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-008.xht - WPT Dashboard Interop Dashboard
<head>
<title>CSS Test: Invalid Space-terminated Character Escapes</title>
<link rel="match" href="../reference/ref-green-background.xht"/>
<meta name="flags" content="invalid"/>
<style type="text/css">
p.class { background: green; color: white; }
p.c\06C ass { back\67round: r\000065 ed; }
p.c\06Cass { back\67
round: r\000065ed; }
p.c\06Cass { back\67round: r\000065
ed; }
</style>
</head>
<body>
<p class="class">This should have a green background.</p>
</body>
</html>