layout/generic/crashtests/388175-1.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 <!DOCTYPE html>
     2 <html class="reftest-wait">
     3 <head>
     4 <script>
     5 function boom()
     6 {
     7   document.getElementById("tr").focus();
     8   document.getElementById("b").focus();
     9   document.documentElement.removeAttribute("class");
    10 }
    11 </script>
    12 </head>
    13 <body onload="setTimeout(boom, 30);">
    15 <table border="1">
    16   <tbody dir="rtl">
    17     <tr id="tr" contenteditable="true"><td>a</td><td contenteditable="false">
    18       <div id="b" contenteditable="true">b</div>
    19     </td></tr>
    20   </tbody>
    21 </table>
    23 </body>
    24 </html>

mercurial