17 <script src=
"../../../resources/check-layout.js"></script>
20 <body id=
"body" style=
"width:800px;">
21 <p>webkit.org/b/
115379: Ensure children of fixed pos objects get a layout when the fixed pos
22 object detects that it has to move with an absolute positioned ancestor.
</p>
26 <div id=
"inner" data-expected-width=
800>inner div
</div>
30 document
.getElementById('inner').offsetLeft
;
31 document
.getElementById('fixed').style
.width
='100%';
32 checkLayout('#fixed');