OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 | 2 |
3 <html> | 3 <html> |
4 <script src="resources/polyfill.js"></script> | |
5 | 4 |
6 <p>Fallback elements should be rendered if it's distributed</p> | 5 <p>Fallback elements should be rendered if it's distributed</p> |
7 | 6 |
8 <div id="host1"> | 7 <div id="host1"> |
9 <div id="host2"> | 8 <div id="host2"> |
10 <div id="host3"> | 9 <div id="host3"> |
11 <div>content fallback element</div> | 10 <div>content fallback element</div> |
12 <div>shadow fallback element</div> | 11 <div>shadow fallback element</div> |
13 <div>This should be selected.</div> | 12 <div>This should be selected.</div> |
14 <div>content fallback element</div> | 13 <div>content fallback element</div> |
15 <div>This also should be selected.</div> | 14 <div>This also should be selected.</div> |
16 </div> | 15 </div> |
17 </div> | 16 </div> |
18 </div> | 17 </div> |
19 | 18 |
20 </html> | 19 </html> |
21 | 20 |
22 | 21 |
OLD | NEW |