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

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/triply-nested-with-padding-crash.html

Issue 1863413002: Correctly account for nested multicol top border / padding. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: third_party/WebKit/LayoutTests/fast/multicol/triply-nested-with-padding-crash.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/triply-nested-with-padding-crash.html b/third_party/WebKit/LayoutTests/fast/multicol/triply-nested-with-padding-crash.html
new file mode 100644
index 0000000000000000000000000000000000000000..bd9c40ff828cc01ec7283d237acc1ee20abd610b
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/multicol/triply-nested-with-padding-crash.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<script>
+ if (window.testRunner)
+ testRunner.dumpAsText();
+</script>
+<p>PASS if no crash or assertion failure.</p>
+<div style="columns:2; column-fill:auto; height:21px; line-height:20px;">
+ <div style="columns:2; column-fill:auto; height:42px;">
+ <div style="height:2px;"></div>
+ <div style="columns:2; column-fill:auto; height:61px;">
+ <div style="columns:2; padding-top:100px; padding-bottom:1px;">
+ <br>
+ </div>
+ </div>
+ <div style="height:2px;"></div>
+ </div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698