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

Unified Diff: LayoutTests/fast/css/touch-action-parsing-expected.txt

Issue 15748002: Initial support for experimental touch-action CSS feature (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove unnecessary CSSParserContext change Created 7 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/css/touch-action-parsing-expected.txt
diff --git a/LayoutTests/fast/css/touch-action-parsing-expected.txt b/LayoutTests/fast/css/touch-action-parsing-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..b869071675341d244ab3900897a1c6b50c7aa3dd
--- /dev/null
+++ b/LayoutTests/fast/css/touch-action-parsing-expected.txt
@@ -0,0 +1,33 @@
+Test the parsing and application of the touch-action property.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+Test case: default
+PASS style.touchAction is "auto"
+
+Test case: stylesheet-none
+PASS style.touchAction is "none"
+
+Test case: explicit-auto
+PASS style.touchAction is "auto"
+
+Test case: explicit-none
+PASS style.touchAction is "none"
+
+Test case: explicit-invalid
+PASS style.touchAction is "auto"
+
+Test case: not-inherited
+PASS style.touchAction is "auto"
+
+Test case: inherit
+PASS style.touchAction is "none"
+
+Test case: initial
+PASS style.touchAction is "auto"
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/fast/css/touch-action-parsing.html ('k') | LayoutTests/webexposed/css-properties-as-js-properties-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698