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

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/soft-break-before-first-child.html

Issue 2400083003: Don't break before a first in-flow block container. (Closed)
Patch Set: Created 4 years, 2 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/soft-break-before-first-child.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/soft-break-before-first-child.html b/third_party/WebKit/LayoutTests/fast/multicol/soft-break-before-first-child.html
deleted file mode 100644
index f4ea65434a9ec8fe38fde010127f180dde315cbd..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/multicol/soft-break-before-first-child.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<!DOCTYPE html>
-<script src="../../resources/check-layout.js"></script>
-<p>Test that the pagination strut isn't lost when it happens on the first block in a multicol container.</p>
-<p>There should be a blue square below.</p>
-<div id="multicol" style="position:relative; -webkit-columns:2; -webkit-column-gap:0; column-fill:auto; width:60px; height:40px; line-height:30px;">
- <div data-offset-y="0" data-offset-x="30" style="margin-top:25px; background:blue;"><br></div>
-</div>
-<script>
- checkLayout("#multicol");
-</script>

Powered by Google App Engine
This is Rietveld 408576698