8 background-color: green;
15 <input type=
"text" id=
"leading"></input>
16 <input type=
"text"></input>
17 <img class=
"img" id=
"img">
19 crbug.com/
498290: Tests positioned movement layout when it has a non-static block position and sits in a line. The green image should be beside the input box.
21 document
.body
.offsetTop
;
22 leading
= document
.getElementById("leading");
23 leading
.setAttribute('type', 'hidden');
24 document
.body
.offsetTop
;