Update CSS tests to revision 7a87ef71fc579e52d3438e009107aa442bc4021b

This commit is contained in:
Ms2ger
2015-10-06 12:33:05 +02:00
parent ad94ef5a96
commit 145aea3eeb
1196 changed files with 14344 additions and 6221 deletions

View File

@@ -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 &gt; p {color: silver}
body &gt; p {color: gray}
body &gt; p + * {color: purple}
p + p + * {color: black}