10 background-color: blue;
20 background-color: green;
25 <script src=
"../../../resources/check-layout.js"></script>
30 var test
= document
.getElementById('test');
31 document
.body
.offsetTop
;
32 test
.style
['top'] = '20px';
33 test
.style
['bottom'] = '20px';
34 window
.checkLayout(".contents");
36 window
.onload
= runTest
;
40 <div class=
"contents" data-expected-height=
114></div>
43 Tests positioned movement layout when its height has changed and a descendant depends on its height.