| -webkit-flow-into: flow1; |
| -webkit-flow-from: flow1; |
| -webkit-flow-into: flow2; |
| -webkit-flow-from: flow2; |
| <script src="../../resources/check-layout.js"></script> |
| <body onload="checkLayout('#region1, #region2')"> |
| <p>Test that an auto-height region taking content from a namedflow that contains another absolutely positioned auto-height region has its height computed properly.</p> |
| <p>On success, you should see a green square inside a blue border rectangle and two PASS below.</p> |
| <div style="width: 110px; height: 110px;"></div> |
| <div id="region2" data-expected-width=60 data-expected-height=60></div> |
| <div id="content2"></div> |
| <div id="region1" data-expected-height=120></div> |