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,15 @@
<!DOCTYPE html>
<html lang="en"><head><meta charset="utf-8">
<title>Selectors Level 4: focus-within shadow DOM Reference File</title>
<link href="mailto:kli79@bloomberg.net" rel="author" title="Keyong Li">
<link href="mailto:florian@rivoal.net" rel="author" title="Florian Rivoal">
<style>
div {
border: solid 15px green;
}
</style>
</head><body><p>Test passes if there is a green rectangle below.</p>
<div></div>
</body></html>