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

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

Issue 723373006: Add CSS parsing support for the scroll-blocks-on property (in place of touch-action-delay) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Apply CR feedback Created 6 years, 1 month 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-delay-parsing-expected.txt
diff --git a/LayoutTests/fast/css/touch-action-delay-parsing-expected.txt b/LayoutTests/fast/css/touch-action-delay-parsing-expected.txt
deleted file mode 100644
index d77538a0da6e2b5dd736fca743fba00cef695601..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/css/touch-action-delay-parsing-expected.txt
+++ /dev/null
@@ -1,36 +0,0 @@
-Test the parsing and application of the touch-action-delay property.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-Test case: default
-PASS style.touchActionDelay is "script"
-
-Test case: stylesheet-none
-PASS style.touchActionDelay is "none"
-
-Test case: stylesheet-explicit-script
-PASS style.touchActionDelay is "script"
-
-Test case: stylesheet-explicit-none
-PASS style.touchActionDelay is "none"
-
-Test case: inherited
-PASS style.touchActionDelay is "none"
-
-Test case: explicit-inherit
-PASS style.touchActionDelay is "none"
-
-Test case: initial
-PASS style.touchActionDelay is "script"
-
-Test case: explicit-invalid
-PASS style.touchActionDelay is "script"
-
-Test case: explicit-script
-PASS style.touchActionDelay is "script"
-
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698