slot-fallback-content-004-ref.html (586B)
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="Remove assigned light nodes of a slot, when dynamically created."> 5 <title>Shadow DOM: Slots and fallback contents</title> 6 7 <p>Test passes if there is one line of text "SLOT1" below.</p> 8 9 <div> 10 <div>SLOT1</div> 11 </div> 12 13 <p>Test passes if empty.</p> 14 15 <p>Test passes if there is one line of text "SLOT3" below.</p> 16 17 <div> 18 <div>SLOT3</div> 19 </div> 20 21 <p>Test passes if there is one line of text "SLOT4" below.</p> 22 23 <div> 24 <div>SLOT4</div> 25 </div>