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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/multicol/doubly-nested-with-insane-child-height-crash.html

Issue 2784493002: Stop appending fragmentainer groups when flow thread offset approaches infinity. (Closed)
Patch Set: Created 3 years, 8 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 | third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.cpp » ('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 <!DOCTYPE html>
2 <!-- Floating the multicol just to make the output from testharness appear at
3 the top of the page. -->
4 <div style="float:right; width:100px; columns:2;">
5 <div style="columns:2;">
6 <div style="height:3px;"></div>
7 <div style="columns:1;">
8 <div style="height:1px;"></div>
9 <div style="height:1234567890px;"></div>
10 </div>
11 </div>
12 </div>
13 <script src="../../resources/testharness.js"></script>
14 <script src="../../resources/testharnessreport.js"></script>
15 <script>
16 test(() => {}, "PASS if no crash or assertion failure");
17 </script>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698