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

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

Issue 14334014: Parse "-webkit-columns: auto <length>" properly. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase master + minor coding style fix that the old version of check-webkit-style didn't complain a… Created 7 years, 5 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
new file mode 100644
index 0000000000000000000000000000000000000000..db29d12bb33f18e271f3d7d518225137f3e7d5d5
--- /dev/null
+++ b/LayoutTests/fast/multicol/columns-shorthand-parsing-2-expected.txt
@@ -0,0 +1,37 @@
+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 successfullyParsed is true
+
+TEST COMPLETE
+PASS elm.style.WebkitColumnCount is "3"
+PASS elm.style.WebkitColumnWidth is "auto"
+PASS elm.style.WebkitColumnCount is "auto"
+PASS elm.style.WebkitColumnWidth is "10em"
+PASS elm.style.WebkitColumnCount is "3"
+PASS elm.style.WebkitColumnWidth is "auto"
+PASS elm.style.WebkitColumnCount is "auto"
+PASS elm.style.WebkitColumnWidth is "10em"
+PASS elm.style.WebkitColumnCount is "7"
+PASS elm.style.WebkitColumnWidth is "7em"
+PASS elm.style.WebkitColumnCount is "7"
+PASS elm.style.WebkitColumnWidth is "7em"
+PASS elm.style.WebkitColumnCount is "auto"
+PASS elm.style.WebkitColumnWidth is "auto"
+PASS elm.style.WebkitColumnCount is "auto"
+PASS elm.style.WebkitColumnWidth is "auto"
+PASS elm.style.WebkitColumnCount is "initial"
+PASS elm.style.WebkitColumnWidth is "initial"
+PASS elm.style.WebkitColumnCount is "auto"
+PASS elm.style.WebkitColumnWidth is "auto"
+PASS elm.style.WebkitColumnCount is "inherit"
+PASS elm.style.WebkitColumnWidth is "inherit"
+PASS elm.style.WebkitColumnCount is "auto"
+PASS elm.style.WebkitColumnWidth is "auto"
+PASS elm.style.WebkitColumnCount is "7"
+PASS elm.style.WebkitColumnWidth is "initial"
+PASS elm.style.WebkitColumnCount is "initial"
+PASS elm.style.WebkitColumnWidth is "7em"
+

Powered by Google App Engine
This is Rietveld 408576698