OLD | NEW |
1 <style> | 1 <style> |
2 #target:before { | 2 #target:before { |
3 content: ' '; | 3 content: ' '; |
4 display: block; | 4 display: block; |
5 overflow: hidden; | 5 overflow: hidden; |
6 width: 0; | 6 width: 0; |
7 height: 0; | 7 height: 0; |
8 } | 8 } |
9 </style> | 9 </style> |
10 <body> | 10 <body> |
11 <p> | 11 <p> |
12 Test for <i><a href="rdar://problem/10156263"><rdar://problem/1015626
3></a> | 12 Test for <i><a href="rdar://problem/10156263"><rdar://problem/1015626
3></a> |
13 ASSERT in WebCore::FrameView::scheduleRelayoutOfSubtree at developer.gno
me.org</i>. | 13 ASSERT in WebCore::FrameView::scheduleRelayoutOfSubtree at developer.gno
me.org</i>. |
14 </p> | 14 </p> |
15 <p> | 15 <p> |
16 The test passes if, in a debug build, it does not cause an assertion fai
lure. | 16 The test passes if, in a debug build, it does not cause an assertion fai
lure. |
17 </p> | 17 </p> |
18 <script> | 18 <script> |
19 if (window.layoutTestController) | 19 if (window.layoutTestController) |
20 layoutTestController.dumpAsText(); | 20 layoutTestController.dumpAsText(); |
21 document.body.offsetTop; | 21 document.body.offsetTop; |
22 </script> | 22 </script> |
23 <div id="target"></div> | 23 <div id="target"></div> |
24 </body> | 24 </body> |
OLD | NEW |