tor-browser

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

missing-semicolon.html (497B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <title>Missing semicolon at end of block should not keep declaration from being applied</title>
      5    <link rel="author" title="Steinar H. Gunderson" href="mailto:sesse@chromium.org">
      6    <link rel="help" href="https://crbug.com/1413840">
      7    <link rel="match" href="missing-semicolon-ref.html">
      8    <link rel="stylesheet" href="support/missing-semicolon.css">
      9  </head>
     10  <body>
     11    <div class="c">Test passes if this paragraph is green.</div>
     12  </body>
     13 </html>