Bug 1545675 [wpt PR 16364] - WPT/BGPT: Add animation stop and set time tests, make...
[gecko.git] / testing / web-platform / tests / css / selectors / focus-within-001-ref.html
blob2913775a2204eb173ba45251a84ab2c01cda35bc
1 <!DOCTYPE html>
2 <html lang=en>
3 <meta charset="utf-8">
4 <title>Selectors Level 4: focus-within Reference File</title>
5 <link rel="author" title="Keyong Li" href="mailto:kli79@bloomberg.net">
6 <link rel="author" title="Florian Rivoal" href="mailto:florian@rivoal.net">
7 <style>
8 div {
9 border: solid 15px green;
11 </style>
12 <p>Test passes if, when the element below is focused,
13 it is surrounded by a thick green border.
14 There must be no red or blue once it is focused.</p>
15 <div>Focus this element</div>
16 </html>