8 background-color: green;
12 -webkit-writing-mode:vertical-rl;
15 <script src=
"../../../resources/check-layout.js"></script>
19 var test
= document
.getElementById('test');
20 document
.body
.offsetTop
;
21 test
.style
['left'] = '50%';
22 document
.body
.offsetTop
;
23 test
.style
['left'] = 'auto';
24 window
.checkLayout("#test");
26 window
.onload
= runTest
;
28 Tests positioned movement layout when its height is changed by top/bottom changing from auto to fixed and back again.
29 <div id=
"test" data-expected-width=
0></div>