layout/generic/crashtests/431260-2.html

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:bc57efef0ad6
1 <html class="reftest-wait"><head><style>
2 title::first-letter {}
3 title {
4 display: inline;
5 float: left;
6 font-size: 16px;
7 }
8 </style>
9 <script>
10 function boom() {
11 document.documentElement.innerHTML = document.documentElement.innerHTML;
12 document.documentElement.removeAttribute("class");
13 }
14 </script>
15 <title>
16 a
17 b
18 &#1593
19 c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c
20 c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c
21 c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c
22 </title></head>
23 <script>
24 setTimeout(boom, 0);
25 </script>
26 </html>

mercurial