tor-browser

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

nth-child-of-no-space-after-of-ref.html (600B)


      1 <!doctype html>
      2 <meta charset="utf-8">
      3 <title>CSS Test Reference</title>
      4 <style>
      5    div {
      6        color: red;
      7    }
      8 
      9    .target {
     10        color: green;
     11    }
     12 </style>
     13 <p>Testing no space between "of" and the selector list. If the test succeeded, every instance of the text "Success" should be green.</p>
     14 <div></div>
     15 <div>Foo</div>
     16 <div></div>
     17 <div>Bar</div>
     18 <div></div>
     19 <div class=target>Success</div>
     20 <div></div>
     21 <div>Foo</div>
     22 <div></div>
     23 <div>Bar</div>
     24 <div></div>
     25 <div class=target>Success</div>
     26 <div></div>
     27 <div>Foo</div>
     28 <div></div>
     29 <div>Bar</div>
     30 <div></div>
     31 <div class=target>Success</div>