layout/generic/crashtests/406902-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>
     3 <head>
     5 <style type="text/css">
     7     .container {
     8       position: relative;
     9     }
    10     #colset {
    11       -moz-column-count: 3;
    12       -moz-column-gap: 0;
    13       border: silver 2pt;
    14       border-style: none solid;
    15     }
    16     .b1 {
    17       position: absolute;
    18       height: 336pt;
    19       margin-left: 20pt;
    20     }
    21     .b2 {
    22       position: absolute;
    23       height: 192pt;
    24       width: 25pt;
    25       margin-left: 50pt;
    26     }
    28 </style>
    30 <script type="text/javascript">
    32 function boom()
    33 {
    34   newDiv = document.createElementNS("http://www.w3.org/1999/xhtml", "div");
    35   newDiv.setAttribute("class", "b1");
    36   document.getElementById("f").appendChild(newDiv);
    37 }
    39 </script>
    40 </head>
    42 <body onload="boom();">
    44 <div id="colset"><div class="container"><div class="b2"></div><div id="f"></div></div></div>
    46 </body>
    47 </html>

mercurial