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

Unified Diff: LayoutTests/fast/multicol/span/span-as-nested-inline-block-child.html

Issue 1143153006: Remove old multicol tests that were only run with the old implementation. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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: LayoutTests/fast/multicol/span/span-as-nested-inline-block-child.html
diff --git a/LayoutTests/fast/multicol/span/span-as-nested-inline-block-child.html b/LayoutTests/fast/multicol/span/span-as-nested-inline-block-child.html
deleted file mode 100644
index de5f10714ce64675482dc40f19916d31710994ea..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/multicol/span/span-as-nested-inline-block-child.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!doctype html>
-<html>
-<head>
-<title>Nested spanning elements inside of an inline-block</title>
-</head>
-<body>
-<div style="-webkit-column-count: 2">
-<div style="display: inline-block">
-<p style="-webkit-column-span: all">
-This text should not be spanned across two columns.
-</p>
-
-<p>
-This text should be below the previous text, but still on the left.
-</div>
-
-<span>
-The beginning of this text should start next to or below the previous text, and still in the left column. However, when made sufficiently longer than the previous block of text, it should spill into the right column instead of staying below the block before it.
-</span>
-</div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698