1413815.html (353B)
1 <!DOCTYPE html> 2 <html> 3 <body> 4 <script type="text/javascript"> 5 class XFoo extends HTMLElement { 6 constructor() { 7 super(); 8 } 9 10 static get observedAttributes() { 11 return [3.76277868767527e-310, Symbol("Ashitaka"), {}]; 12 } 13 14 attributeChangedCallback(aName, aOldValue, aNewValue) { 15 } 16 } 17 18 customElements.define('x-foo', XFoo); 19 </script> 20 </html>