layout/generic/crashtests/455643-1.xhtml

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:b460f717c8f8
1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head>
3 <script type="text/javascript">
4
5 function boom()
6 {
7 document.getElementById("k").style.position = "fixed";
8 document.documentElement.offsetHeight;
9 document.getElementById("g").style.textAlign = "";
10 }
11
12 </script>
13 </head>
14
15 <body onload="boom();">
16 <div style="text-align: right;" id="g"><div style="direction: rtl; max-width: -moz-fit-content;"><div style="-moz-column-width: 1px;">A B<hr/>C D <input/><hr/></div><div id="k"><div style="width: 150px; float: right;"/><div style="width: 100px; float: right;"/></div><div style="padding-left: 40px;"/></div></div>
17 </body>
18
19 </html>

mercurial