mirror of
https://github.com/servo/servo
synced 2026-04-29 02:47:55 +02:00
15 lines
569 B
HTML
15 lines
569 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><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> |