mirror of
https://github.com/servo/servo
synced 2026-05-10 00:52:08 +02:00
6 lines
118 B
CSS
6 lines
118 B
CSS
@charset "UTF-8";
|
|
@namespace url("test");
|
|
@namespace url("test2");
|
|
*|test { background:lime }
|
|
test { background:red }
|