layout/base/crashtests/403569-1.xhtml

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 xmlns="http://www.w3.org/1999/xhtml">
     2 <head>
     3 <style>
     5 #a {
     6   -moz-column-count: 2;
     7   -moz-column-width: 100px;
     8   float: left;
     9   border: 2px solid magenta;
    10   height: 200px;
    11 }
    13 #b {
    14   -moz-column-count: 2;
    15   -moz-column-width: 100px;
    16   float: left;
    17   border: 2px solid green;
    18   height: 300px;
    19 }
    21 </style>
    22 </head>
    24 <body onload="document.getElementById('span').style.display = '-moz-inline-grid';">
    26 <div id="a"><div id="b"></div><optgroup label="foo"><span id="span"></span></optgroup></div>
    28 </body>
    29 </html>

mercurial