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-001.xml - WPT Dashboard Interop Dashboard
<head>
<link rel="match" href="reference/ref-lime-1-block.xml"/>
<title>CSS Namespaces Test Suite: @namespace case-insensitivity</title>
<style>
x|p { background: lime }
</style>
</head>
<body>
<p>This sentence should have a green background.</p>
</body>
</html>