tor-browser

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

slot-fallback-content-003-ref.html (495B)


      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="Modify slot fallback contents, when dynamically created.">
      5 <title>Shadow DOM: Slots and fallback contents</title>
      6 
      7 <p>Test passes if there are two lines of text "SLOT1", "A" below.</p>
      8 
      9 <div>
     10  <div>SLOT1</div>
     11  <div>A</div>
     12 </div>
     13 
     14 <p>Test passes if there is one line of text "C" below.</p>
     15 
     16 <div>
     17  <div>C</div>
     18 </div>
     19 
     20 <p>Test passes if empty.</p>