slot-fallback-content-002-ref.html (390B)
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="Assigned nodes overwrite fallback contents of slots, 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>