Update CSS tests to revision 7d0ff6117ee51720c307ea24d413d13eb5abf3e6

This commit is contained in:
Ms2ger 2016-03-01 16:08:43 +01:00
parent 40c52d55e2
commit 349c75536d
7391 changed files with 304135 additions and 153491 deletions

View 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>