gecko/layout/reftests/css-namespace/support/syntax-007.css
2009-08-05 17:45:49 -07:00

6 lines
118 B
CSS

@charset "UTF-8";
@namespace url("test");
@namespace url("test2");
*|test { background:lime }
test { background:red }