13 <script src=
"../../../resources/check-layout.js"></script>
15 <div id=
"first">a
</div>
16 <div id=
"next" data-total-y=
200>crbug.com/
501353: Tests positioned movement layout when margins change.
</div>
18 <div id=
"test-output"></div>
20 document
.body
.offsetTop
;
21 container
= document
.getElementById("container");
22 container
.style
['margin-top'] = '100px';
23 window
.checkLayout("#next", document
.getElementById("test-output"));