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

Side by Side Diff: LayoutTests/fast/regions/flexbox-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
« no previous file with comments | « no previous file | LayoutTests/fast/regions/flexbox-in-region-crash-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <style> 4 <style>
5 #el1 { 5 #el1 {
6 -webkit-flow-into: A; 6 -webkit-flow-into: A;
7 display: -webkit-flexbox; 7 display: -webkit-flexbox;
8 } 8 }
9 #el3 { 9 #el3 {
10 -webkit-flow-from: A; 10 -webkit-flow-from: A;
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 layoutTestController.notifyDone(); 42 layoutTestController.notifyDone();
43 },0) 43 },0)
44 } 44 }
45 </script> 45 </script>
46 </head> 46 </head>
47 <body> 47 <body>
48 <p> Bug <a href="https://bugs.webkit.org/show_bug.cgi?id=77474">77474</a >: Crash in RenderFlowThread::setRegionBoxesRegionStyle</p> 48 <p> Bug <a href="https://bugs.webkit.org/show_bug.cgi?id=77474">77474</a >: Crash in RenderFlowThread::setRegionBoxesRegionStyle</p>
49 <p> This test PASSES if it does not CRASH or ASSERT.</p> 49 <p> This test PASSES if it does not CRASH or ASSERT.</p>
50 </body> 50 </body>
51 </html> 51 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/regions/flexbox-in-region-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698