Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
1 <html>
2 <head>
3 <title>Bug 370174 – Crash [@ FindBlockFrameOrBR] with unminimised testcase triple-clicking at the bottom of the page</title>
4 </head>
5 <body>
6 <script>
7 function doe() {
8 document.documentElement.innerHTML = '';
9 }
10 setTimeout(doe, 300);
11 </script>
12 </body>
13 </html>