mirror of
https://github.com/servo/servo
synced 2026-05-01 03:47:53 +02:00
Update CSS tests to revision 7a87ef71fc579e52d3438e009107aa442bc4021b
This commit is contained in:
@@ -13,10 +13,11 @@
|
||||
</style>
|
||||
<link rel="author" title="Gabriele Romanato" href="mailto:gabriele.romanato@gmail.com"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#adjacent-selectors"/>
|
||||
<link rel="match" href="reference/adjacent-000-ref.xht"/>
|
||||
<meta name="flags" content=""/>
|
||||
<meta name="assert" content="Browsers should apply each rule to the adjacent element when combined with the universal selector"/>
|
||||
<style type="text/css">
|
||||
body > p {color: silver}
|
||||
body > p {color: gray}
|
||||
|
||||
body > p + * {color: purple}
|
||||
p + p + * {color: black}
|
||||
|
||||
Reference in New Issue
Block a user