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