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

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: Compile fix 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
« no previous file with comments | « LayoutTests/fast/multicol/columns-shorthand-parsing-2.html ('k') | Source/core/css/CSSParser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..237110a8238882b2ef91bfc739d9bb8a9922e32e
--- /dev/null
+++ b/LayoutTests/fast/multicol/columns-shorthand-parsing-2-expected.txt
@@ -0,0 +1,51 @@
+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') | Source/core/css/CSSParser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698