summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/shadow-dom/slot-fallback-content-003-ref.html
blob: ad735ec81eda25b97c950ee2acaa0d76c8157daf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<meta charset="utf-8" >
<meta name="author" title="Di Zhang" href="mailto:dizhangg@chromium.org">
<meta name="assert" content="Modify slot fallback contents, when dynamically created.">
<title>Shadow DOM: Slots and fallback contents</title>

<p>Test passes if there are two lines of text "SLOT1", "A" below.</p>

<div>
  <div>SLOT1</div>
  <div>A</div>
</div>

<p>Test passes if there is one line of text "C" below.</p>

<div>
  <div>C</div>
</div>

<p>Test passes if empty.</p>