summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/431260-2.html
blob: 7fc9204c20a85c1ee55c5f4effc1a142c3a846ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<html class="reftest-wait"><head><style>
  title::first-letter {}
  title {
    display: inline;
    float: left;
    font-size: 16px;
  }
</style>
<script>
  function boom() {
    document.documentElement.innerHTML = document.documentElement.innerHTML;
    document.documentElement.removeAttribute("class");
  }
</script>
<title>
a
b
&#1593
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
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
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
</title></head>
<script>
setTimeout(boom, 0);
</script>
</html>