mirror of
https://github.com/servo/servo
synced 2026-04-30 03:17:15 +02:00
Update CSS tests to revision 7a87ef71fc579e52d3438e009107aa442bc4021b
This commit is contained in:
@@ -4,10 +4,11 @@
|
||||
<title>CSS Test: Selectors: Adjacent selectors without the space separator</title>
|
||||
<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 also without the space separator"/>
|
||||
<style type="text/css">
|
||||
body > p {color: silver}
|
||||
body > p {color: gray}
|
||||
|
||||
p+p {color: purple}
|
||||
p+div {color: black}
|
||||
|
||||
Reference in New Issue
Block a user