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

Side by Side Diff: LayoutTests/fast/regions/region-range-for-box-crash.html

Issue 9129033: Merge 104121 - Source/WebCore: Crash in RenderRegion::getRegionRangeForBox. (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/963/
Patch Set: Created 8 years, 11 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/region-range-for-box-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 #el0 { 5 #el0 {
6 -webkit-flow-from: a; 6 -webkit-flow-from: a;
7 content: counter(c); 7 content: counter(c);
8 } 8 }
9 #el2 { 9 #el2 {
10 -webkit-flow-into: a; 10 -webkit-flow-into: a;
(...skipping 22 matching lines...) Expand all
33 document.body.style.zoom=1; 33 document.body.style.zoom=1;
34 } 34 }
35 window.onload=crash 35 window.onload=crash
36 </script> 36 </script>
37 </head> 37 </head>
38 <body> 38 <body>
39 <p> Bug <a href="https://bugs.webkit.org/show_bug.cgi?id=74781">74781</a >: Crash in RenderFlowThread::getRegionRangeForBox</p> 39 <p> Bug <a href="https://bugs.webkit.org/show_bug.cgi?id=74781">74781</a >: Crash in RenderFlowThread::getRegionRangeForBox</p>
40 <p> This test PASSES if it does not CRASH or ASSERT.</p> 40 <p> This test PASSES if it does not CRASH or ASSERT.</p>
41 </body> 41 </body>
42 </html> 42 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/regions/region-range-for-box-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698