layout/generic/crashtests/408883-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 <html>
     2 <head>
     4 <style type="text/css">
     6 body {
     7   -moz-column-count: 2;
     8   -moz-column-width: 100px;
     9   height: 200px;
    10   width: 400px;
    11 }
    12 .b {
    13   height: 300px;
    14 }
    15 .f {
    16   float: left;
    17 }
    18 .p {
    19   padding: 0pt 200px;
    20 }
    22 </style>
    24 <script type="text/javascript">
    26 function boom()
    27 {
    28   var newDiv = document.createElementNS("http://www.w3.org/1999/xhtml", "div");
    29   var a = document.getElementById("a");
    30   a.appendChild(newDiv);
    31 }
    33 </script>
    35 </head>
    37 <body onload="boom();"><div class="f"><span class="p"></span></div><div id="a"><div class="b f"><input></div></div></body>
    39 </html>

mercurial