Chromium Code Reviews

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/line-in-next-row-in-fourth-inner-multicol-expected.html

Issue 1834223008: All ancestor multicols must have enough rows before laying out some inner multicol. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Forgot to specify line-height in the ref Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/LayoutTests/fast/multicol/line-in-next-row-in-fourth-inner-multicol-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/line-in-next-row-in-fourth-inner-multicol-expected.html b/third_party/WebKit/LayoutTests/fast/multicol/line-in-next-row-in-fourth-inner-multicol-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..61494ed7d01f330e9f1a220e4a149e895fc25250
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/multicol/line-in-next-row-in-fourth-inner-multicol-expected.html
@@ -0,0 +1,5 @@
+<!DOCTYPE html>
+<p>The word "PASS" should be seen below.</p>
+<div style="margin-left:20em; line-height:20px;">
+ PASS
+</div>

Powered by Google App Engine