summaryrefslogtreecommitdiffstats
path: root/layout/style/crashtests/1453206.html
blob: da63711bde6e4115918823cd7567f43f21c9c24e (plain)
1
2
3
4
5
6
7
8
<!doctype html>
<div id="host"></div>
<script>
document.addEventListener('DOMContentLoaded', () => {
  let shadow = host.attachShadow({ mode: 'open' });
  shadow.appendChild(document.createElement('marquee'));
});
</script>