mirror of
https://github.com/servo/servo
synced 2026-05-03 12:52:25 +02:00
Update CSS tests to revision 584b6cdd10401df603bd7bdf4ec801fcddc65468
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: Invalid Punctuation Escapes</title>
|
||||
<link rel="author" title="L. David Baron" href="http://dbaron.org/"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#characters"/>
|
||||
<link rel="match" href="reference/ref-green-background.xht"/>
|
||||
<style type="text/css">
|
||||
|
||||
p.class#id { background: green; color: white; }
|
||||
@@ -23,7 +24,7 @@
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p class="class" id="id">This paragraph should have a green background.</p>
|
||||
<p class="class" id="id">This should have a green background.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user