add test for bg+

This commit is contained in:
mattn
2011-01-06 10:37:24 +09:00
parent eefd49426f
commit 771343cf24

View File

@@ -435,6 +435,12 @@ finish
'type': "css", 'type': "css",
'result': "float: left;", 'result': "float: left;",
}, },
{
'name': "bg+",
'query': "bg+",
'type': "css",
'result': "background:#FFF url() 0 0 no-repeat;",
},
], ],
}, },
{ {