tor-browser

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

slot-fallback-content-001-ref.html (394B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8" >
      3 <meta name="author" title="Di Zhang" href="mailto:dizhangg@chromium.org">
      4 <meta name="assert" content="Child node in host are default assigned to unnamed slot, when dynamically created.">
      5 <title>Shadow DOM: Slots and fallback contents</title>
      6 
      7 <p>Test passes if there are two lines of text "A", "B" below.</p>
      8 
      9 <div>
     10  <div>A</div>
     11  <div>B</div>
     12 </div>