layout/generic/crashtests/586806-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.

michael@0 1 <html class="reftest-wait">
michael@0 2 <head>
michael@0 3 <script>
michael@0 4 function doe2() {
michael@0 5 document.getElementById('b').style.position = 'static';
michael@0 6 document.getElementById('a').setAttribute('style', 'position: absolute; -moz-column-count: 2;');
michael@0 7 document.documentElement.removeAttribute("class");
michael@0 8 }
michael@0 9 </script>
michael@0 10 </head>
michael@0 11 <style>body * {border: 1px solid black;}</style>
michael@0 12 <body onload="doe2();">
michael@0 13 <div style="width: 500px;border: 1px solid black;">
michael@0 14 <div style="display: inline-block; width: 100px; height: 100px;"></div>
michael@0 15 <span style="position: absolute;"></span>
michael@0 16 mmmmmmmmmmmmmmmmmmmmmmm
michael@0 17
michael@0 18 <span id="a">mmmmmmmmmmmmmmmmmmmm
michael@0 19
michael@0 20 <div id="b" style="display: inline-block; width: 240px; height: 100px; position: absolute;"></div>
michael@0 21 m mm mm mm mm mm mm mm mm m
michael@0 22 <span style="float: left;">m</span>
michael@0 23 </span>
michael@0 24 </div>
michael@0 25 </body>
michael@0 26
michael@0 27 </html>

mercurial