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