19 <p>crbug.com/
454824: Don't mark ancestors for layout during positioned movement layout. This test should not assert.
</p>
21 <div id=
"target1" class=
"target"></div>
24 if (window
.testRunner
)
25 testRunner
.dumpAsText();
26 document
.body
.offsetTop
;
27 var div
= document
.querySelector('#target1');
28 div
.style
.left
= '100px';
29 div
.style
.top
= '100px';