2 <title>Test for Bug
337124</title>
3 <script type=
"text/javascript" src=
"/MochiKit/MochiKit.js"></script>
4 <script type=
"text/javascript" src=
"/tests/SimpleTest/SimpleTest.js"></script>
5 <link rel=
"stylesheet" type=
"text/css" href=
"/tests/SimpleTest/test.css" />
8 <a target=
"_blank" href=
"https://bugzilla.mozilla.org/show_bug.cgi?id=337124">Mozilla Bug
337124</a>
10 <span style=
"display: table-row-group;">
13 <div style=
"display: table-column-group;">
14 <script>document
.body
.offsetHeight
;</script>
15 </div><span style=
"display: table-row-group;">
16 <input id=
"i1" type=
"text">
17 </span><fieldset id=
"f1" style=
"display: table-column-group;">
22 <script class=
"testbody" type=
"text/javascript">
24 if ( document.getElementById(
"f1").offsetTop
> document.getElementById(
"i1").offsetTop) {
28 ok(passed,
"right layout order");