2 <script src=
"../../resources/check-layout.js"></script>
3 <p>There should be no red this page.
</p>
4 <div style=
"display:-webkit-box; width:200px; background:red;">
5 <div style=
"position:relative;">
7 <div id=
"abspos" data-expected-height=
"200" style=
"position:absolute; left:0; top:0; width:200px; height:100%; background:lime;"></div>
10 <div style=
"height:200px;"></div>
14 checkLayout('#abspos', document
.getElementById("result"));