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