420429.xhtml (376B)
1 <?xml version="1.0"?> 2 3 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" 4 onload="boom();"> 5 6 <?xml-stylesheet?> 7 8 <script type="text/javascript"> 9 10 function boom() 11 { 12 window.addEventListener("DOMCharacterDataModified", function(){}, false); 13 document.documentElement.cloneNode(true).getElementsByTagName("*").length; 14 } 15 16 </script> 17 18 </window>