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

Side by Side Diff: LayoutTests/fast/html/layout-runs-and-floats-crash.html

Issue 685623005: Add missing reset calls after continue in layoutRunsAndFloatsInRange(). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Third attempt Created 6 years, 1 month 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/html/layout-runs-and-floats-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
(Empty)
1 <style>
2 * {
3 -webkit-columns: 10ex;
4 -webkit-margin-after: 60;
5 }
6 </style>
7 <main></main>
8 <bdi>
9 <object></object>
10 <object align="left"></object>
11 <object></object>
12 </bdi>
13 <p>This test passes if it doesn't crash</p>
14 <script>
15 if (window.testRunner)
16 window.testRunner.dumpAsText();
17 </script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/html/layout-runs-and-floats-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698