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

Unified Diff: LayoutTests/fast/multicol/columns-shorthand-parsing-2-expected.txt

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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/multicol/columns-shorthand-parsing-2-expected.txt
diff --git a/LayoutTests/fast/multicol/columns-shorthand-parsing-2-expected.txt b/LayoutTests/fast/multicol/columns-shorthand-parsing-2-expected.txt
deleted file mode 100644
index 237110a8238882b2ef91bfc739d9bb8a9922e32e..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/multicol/columns-shorthand-parsing-2-expected.txt
+++ /dev/null
@@ -1,51 +0,0 @@
-Test the behavior when 'auto' is part of the 'columns' property value. See http://www.w3.org/TR/css3-multicol/#columns
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS element.style.WebkitColumnWidth is "auto"
-PASS element.style.WebkitColumnCount is "3"
-PASS element.style.WebkitColumns is "auto 3"
-PASS element.style.WebkitColumnWidth is "10em"
-PASS element.style.WebkitColumnCount is "auto"
-PASS element.style.WebkitColumns is "10em auto"
-PASS element.style.WebkitColumnWidth is "auto"
-PASS element.style.WebkitColumnCount is "3"
-PASS element.style.WebkitColumns is "auto 3"
-PASS element.style.WebkitColumnWidth is "10em"
-PASS element.style.WebkitColumnCount is "auto"
-PASS element.style.WebkitColumns is "10em auto"
-PASS element.style.WebkitColumnWidth is "7em"
-PASS element.style.WebkitColumnCount is "7"
-PASS element.style.WebkitColumns is "7em 7"
-PASS element.style.WebkitColumnWidth is "7em"
-PASS element.style.WebkitColumnCount is "7"
-PASS element.style.WebkitColumns is "7em 7"
-PASS element.style.WebkitColumnWidth is "auto"
-PASS element.style.WebkitColumnCount is "auto"
-PASS element.style.WebkitColumns is "auto"
-PASS element.style.WebkitColumnWidth is "auto"
-PASS element.style.WebkitColumnCount is "auto"
-PASS element.style.WebkitColumns is "auto auto"
-PASS element.style.WebkitColumnWidth is "initial"
-PASS element.style.WebkitColumnCount is "initial"
-PASS element.style.WebkitColumns is "initial"
-PASS element.style.WebkitColumnWidth is "auto"
-PASS element.style.WebkitColumnCount is "auto"
-PASS element.style.WebkitColumns is "auto"
-PASS element.style.WebkitColumnWidth is "inherit"
-PASS element.style.WebkitColumnCount is "inherit"
-PASS element.style.WebkitColumns is "inherit"
-PASS element.style.WebkitColumnWidth is "auto"
-PASS element.style.WebkitColumnCount is "auto"
-PASS element.style.WebkitColumns is "auto"
-PASS element.style.WebkitColumnWidth is "auto"
-PASS element.style.WebkitColumnCount is "7"
-PASS element.style.WebkitColumns is "7"
-PASS element.style.WebkitColumnWidth is "7em"
-PASS element.style.WebkitColumnCount is "auto"
-PASS element.style.WebkitColumns is "7em"
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
« no previous file with comments | « LayoutTests/fast/multicol/columns-shorthand-parsing-2.html ('k') | LayoutTests/fast/multicol/content-height-zero-crash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698