layout/base/crashtests/579655.html

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     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