1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/content/html/document/crashtests/294235-1.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,14 @@ 1.4 +<html> 1.5 + <head> 1.6 + <title>bug 294235</title> 1.7 + <script> 1.8 + function countdown(){ 1.9 + count2.innerHTML="foo"; 1.10 + } 1.11 + document.links.length; 1.12 + </script> 1.13 + </head> 1.14 + <body> 1.15 + <strong><div id="count2"><script>countdown();</script><noscript>bar</noscript></div></strong> 1.16 + </body> 1.17 +</html>