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-015.xml - WPT Dashboard Interop Dashboard
<head>
<link rel="match" href="reference/ref-lime-1.xml"/>
<title>CSS Namespaces Test Suite: invalid URI</title>
<style>
@namespace x url("test");
@namespace x url("}x< >x{");
t { background:lime }
x|t { background:red }
</style>
</head>
<body>
<p><t xmlns="test">This sentence should have a green background.</t></p>
</body>
</html>