mirror of
https://github.com/servo/servo.git
synced 2025-09-11 15:38:24 +01:00
Update CSS tests to revision 7d0ff6117ee51720c307ea24d413d13eb5abf3e6
This commit is contained in:
parent
40c52d55e2
commit
349c75536d
7391 changed files with 304135 additions and 153491 deletions
17
tests/wpt/css-tests/selectors-3_dev/xhtml1/root-siblings.xht
Normal file
17
tests/wpt/css-tests/selectors-3_dev/xhtml1/root-siblings.xht
Normal file
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta charset="utf-8" />
|
||||
<title>CSS Test: Parsing check for * ~ :root error handling</title>
|
||||
<link href="http://www.microsoft.com/" rel="author" title="Microsoft" />
|
||||
<link href="https://drafts.csswg.org/selectors-3/#selector-syntax" rel="help" />
|
||||
<link href="reference/ref-this-text-should-be-green.xht" rel="match" />
|
||||
<meta content="* ~ :root should not match anything" name="assert" />
|
||||
<style>
|
||||
* ~ :root p {
|
||||
color: red;
|
||||
}
|
||||
p {
|
||||
color: green;
|
||||
}
|
||||
</style>
|
||||
</head><body><p>This text should be green.</p>
|
||||
</body></html>
|
Loading…
Add table
Add a link
Reference in a new issue