layout/base/crashtests/579655.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>
     3 <script type="text/javascript">
     4 function load()
     5 {
     6   var bs=document.getElementById("b");
     7   if(bs.lastChild){
     8       bs.lastChild.textContent="text\/css";	
     9       bs.textContent="head";
    10   }
    11 }
    12 </script> 
    13 <body onload="load();">
    14  <table > 
    15    <td>
    16      <p id="b">aaaa aaaa aaa aa aaaa aa aaaaaa aaaa aa aa aaa aaa aaaa aaaaaaa aaa aaaa aa a aaaa aaaa aaaaaaa aa aa aa aa aaaaaaa .</p>  
    17       <body style="white-space:pre-wrap" >
    18       </body>
    19    </td>
    20    <td dir="rtl" >
    21      <body contenteditable="true"> 
    22      </body>
    23    </td> 
    24  </table> 
    25 </body>
    26 </html>

mercurial