mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
15 lines
532 B
HTML
15 lines
532 B
HTML
<!DOCTYPE html>
|
|
<html lang="en"><head><meta charset="utf-8">
|
|
<title>Selectors Level 4: focus-within 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, when the element below is focused, it is surrounded by a thick green border. There must be no red or blue once it is focused.</p>
|
|
<div>Focus this element</div>
|
|
|
|
|
|
</body></html> |