tor-browser

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

quote-scoping-empty-style-boundaries-ref.html (397B)


      1 <!doctype html>
      2 <html lang=en>
      3  <meta charset=utf-8>
      4  <title>CSS-contain test: nested style containment and the quote element following a style boundary without any quotes</title>
      5  <link rel="author" title="Martin Robinson" href="mailto:mrobinson@igalia.com">
      6  <link rel=help href="https://drafts.csswg.org/css-contain-1/#containment-style">
      7 
      8 <div>
      9    <div>
     10        <q></q>
     11    </div>
     12 </div>