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

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/line-too-tall-for-second-outer-row.html

Issue 1619703003: Pass values in the right flow thread's coordinate space. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moar line-height. Created 4 years, 11 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/LayoutTests/fast/multicol/line-too-tall-for-second-outer-row-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/multicol/line-too-tall-for-second-outer-row.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/line-too-tall-for-second-outer-row.html b/third_party/WebKit/LayoutTests/fast/multicol/line-too-tall-for-second-outer-row.html
new file mode 100644
index 0000000000000000000000000000000000000000..8ab1ffc6072935339cf97b22a8b0335a6f0fca23
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/multicol/line-too-tall-for-second-outer-row.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<p>The word "PASS" should be seen below.</p>
+<div style="-webkit-columns:2; -webkit-column-gap:0; width:200px; height:20px; line-height:20px; column-fill:auto;">
+ <div style="height:1px;"></div>
+ <div style="-webkit-columns:2; height:60px; column-fill:auto;">
+ <div style="height:65px;"></div>
+ <div style="-webkit-columns:2;">PASS</div>
+ </div>
+</div>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/multicol/line-too-tall-for-second-outer-row-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698