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

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/rule-in-nested-with-too-tall-line.html

Issue 1710843003: Ability to return the height of fragmentainer groups that don't yet exist. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/rule-in-nested-with-too-tall-line.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/rule-in-nested-with-too-tall-line.html b/third_party/WebKit/LayoutTests/fast/multicol/rule-in-nested-with-too-tall-line.html
new file mode 100644
index 0000000000000000000000000000000000000000..480c2354a5ceb145c478af14ff69f302262ffd0b
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/multicol/rule-in-nested-with-too-tall-line.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<style>
+ .multicol { columns:2; column-gap:0; column-fill:auto; }
+</style>
+<p>There should only be <em>one</em> vertical line below.</p>
+<div class="multicol" style="width:100px; height:100px; line-height:200px;">
+ <div class="multicol" style="column-rule:4px solid; height:200px;">
+ <br>
+ </div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698