Chromium Code Reviews

Unified Diff: LayoutTests/fast/multicol/columns-shorthand-parsing.html

Issue 299373006: Move old multicol tests to a separate directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 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: LayoutTests/fast/multicol/columns-shorthand-parsing.html
diff --git a/LayoutTests/fast/multicol/columns-shorthand-parsing.html b/LayoutTests/fast/multicol/columns-shorthand-parsing.html
deleted file mode 100644
index ff249999f418841428a156929f275baf9c3e3627..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/multicol/columns-shorthand-parsing.html
+++ /dev/null
@@ -1,105 +0,0 @@
-<html>
-<head>
-<style>
-body { overflow: hidden; }
-div {
- -webkit-columns: 2;
- -moz-column-count: 2;
-}
-</style>
-</head>
-<body>
-<div>
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-</div>
-</body>
-</html>
« no previous file with comments | « LayoutTests/fast/multicol/column-width-zero-expected.txt ('k') | LayoutTests/fast/multicol/columns-shorthand-parsing-2.html » ('j') | no next file with comments »

Powered by Google App Engine