blob: 48c52b20cf05e4cc108d2ca3e3b5a5e8803ce25f [file] [log] [blame]
<!DOCTYPE html>
<html>
<script src="resources/polyfill.js"></script>
<p>Fallback elements should be rendered if it's distributed</p>
<div id="host1">
<div id="host2">
<div>content fallback element</div>
<div>shadow fallback element</div>
<div>This should be selected.</div>
</div>
</div>
</html>