summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/shadow-dom/slot-fallback-content-007-ref.html
blob: 992b495273593b48ae1e43b82b248e951c8089c0 (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="Basic slot fallback content, when dynamically created">
<title>Shadow DOM: Slots and fallback contents</title>

<div>
  <div>B</div>
  <div>E</div>
  <div>SLOT2</div>
  <div>C</div>
</div>