Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/CSS2/syntax/escapes-007.xht - WPT Dashboard Interop Dashboard
<head>
<title>CSS Test: Space-terminated Unicode Escapes</title>
<link rel="match" href="../reference/ref-green-background.xht"/>
<style type="text/css">
p.class { background: red; color: white; }
p.c\06C ass { back\67 round: gr\000065 en; }
</style>
</head>
<body>
<p class="class">This should have a green background.</p>
</body>
</html>