Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(64)

Side by Side Diff: LayoutTests/fast/regions/select-in-region-crash.html

Issue 9371032: Merge 106694 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698