Source code
Revision control
Copy as Markdown
Other Tools
<head>
<link rel="match" href="reference/ref-lime-1.xml"/>
<meta name="flags" content="invalid"/>
<title>CSS Namespaces Test Suite: invalid ordering of @namespace and @import</title>
<style>
@namespace x u\00072l("test");
@import url("support/fail.css");
@namespace url("test2");
x|test { background:lime }
test { background:red }
</style>
</head>
<body>
<p><test xmlns="test">This sentence should have a green background.</test></p>
</body>
</html>