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

Unified 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, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/multicol/doubly-nested-with-insane-child-height-crash.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/doubly-nested-with-insane-child-height-crash.html b/third_party/WebKit/LayoutTests/fast/multicol/doubly-nested-with-insane-child-height-crash.html
new file mode 100644
index 0000000000000000000000000000000000000000..954a6ce87eb3d77d1d6f79e27df3153b0283b65b
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/multicol/doubly-nested-with-insane-child-height-crash.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<!-- Floating the multicol just to make the output from testharness appear at
+ the top of the page. -->
+<div style="float:right; width:100px; columns:2;">
+ <div style="columns:2;">
+ <div style="height:3px;"></div>
+ <div style="columns:1;">
+ <div style="height:1px;"></div>
+ <div style="height:1234567890px;"></div>
+ </div>
+ </div>
+</div>
+<script src="../../resources/testharness.js"></script>
+<script src="../../resources/testharnessreport.js"></script>
+<script>
+ test(() => {}, "PASS if no crash or assertion failure");
+</script>
« 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