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

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/nested-with-wrapped-flexbox-crash.html

Issue 2797313003: Remove DCHECK in column balancer that failed because of flexbox bugs. (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/ColumnBalancer.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/nested-with-wrapped-flexbox-crash.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/nested-with-wrapped-flexbox-crash.html b/third_party/WebKit/LayoutTests/fast/multicol/nested-with-wrapped-flexbox-crash.html
new file mode 100644
index 0000000000000000000000000000000000000000..23e04b2d2266d1bb58dca5f10f90c972e6fcd3fd
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/multicol/nested-with-wrapped-flexbox-crash.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<div style="columns:2; column-gap:0; line-height:20px; width:80px;">
+ <div style="height:7px;"></div>
+ <div style="columns:4; column-gap:0;">
+ <div style="display:flex; flex-wrap:wrap; width:15px;">
+ <div style="width:10px;"><br></div>
+ <div style="width:10px;"><br></div>
+ </div>
+ </div>
+</div>
+<script src="../../resources/testharness.js"></script>
+<script src="../../resources/testharnessreport.js"></script>
+<script>
+ test(() => { }, "No crash!");
+</script>
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/ColumnBalancer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698