tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

focus-within-007-ref.html (480B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>Selectors Level 4: focus-within Reference File</title>
      4 <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com">
      5 <style>
      6  html, body, div {
      7      border: solid 5px green;
      8  }
      9 </style>
     10 <p>Test passes if, when the element below is focused, it is surrounded by a green border, and HTML and BODY elements also have a green border. There must be no red or blue once it is focused.</p>
     11 <div>Focus this element</div>