Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-namespaces/syntax-004.xml - WPT Dashboard Interop Dashboard
<head>
<link rel="match" href="reference/ref-lime-1.xml"/>
<title>CSS Namespaces Test Suite: @namespace url() with escape</title>
<style>
@namespace u\00072l("test");
*|test { background:red }
test { background: lime }
</style>
</head>
<body>
<p><test xmlns="test">This sentence should have a green background.</test></p>
</body>
</html>