layout/generic/crashtests/431260-2.html

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     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