1453206.html (224B)
1 <!doctype html> 2 <div id="host"></div> 3 <script> 4 document.addEventListener('DOMContentLoaded', () => { 5 let shadow = host.attachShadow({ mode: 'open' }); 6 shadow.appendChild(document.createElement('marquee')); 7 }); 8 </script>