OLD | NEW |
1 <!doctype html> | 1 <!doctype html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <style> | 4 <style> |
5 #el1 { -webkit-flow-into: A; } | 5 #el1 { -webkit-flow-into: A; } |
6 #el3 { -webkit-flow-from: A; } | 6 #el3 { -webkit-flow-from: A; } |
7 </style> | 7 </style> |
8 <script> | 8 <script> |
9 if (window.layoutTestController) { | 9 if (window.layoutTestController) { |
10 layoutTestController.dumpAsText(); | 10 layoutTestController.dumpAsText(); |
(...skipping 24 matching lines...) Expand all Loading... |
35 layoutTestController.notifyDone(); | 35 layoutTestController.notifyDone(); |
36 },0) | 36 },0) |
37 } | 37 } |
38 </script> | 38 </script> |
39 </head> | 39 </head> |
40 <body> | 40 <body> |
41 <p> Bug <a href="https://bugs.webkit.org/show_bug.cgi?id=77474">77474</a
>: Crash in RenderFlowThread::setRegionBoxesRegionStyle</p> | 41 <p> Bug <a href="https://bugs.webkit.org/show_bug.cgi?id=77474">77474</a
>: Crash in RenderFlowThread::setRegionBoxesRegionStyle</p> |
42 <p> This test PASSES if it does not CRASH or ASSERT.</p> | 42 <p> This test PASSES if it does not CRASH or ASSERT.</p> |
43 </body> | 43 </body> |
44 </html> | 44 </html> |
OLD | NEW |