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

Unified Diff: LayoutTests/fast/css/scroll-blocks-on-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/scroll-blocks-on-parsing-expected.txt
diff --git a/LayoutTests/fast/css/scroll-blocks-on-parsing-expected.txt b/LayoutTests/fast/css/scroll-blocks-on-parsing-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..c117ebd416d865b822a5768fe31936be058e0dc8
--- /dev/null
+++ b/LayoutTests/fast/css/scroll-blocks-on-parsing-expected.txt
@@ -0,0 +1,57 @@
+Test the parsing and application of the scroll-blocks-on property.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+Test case: default
+PASS style.scrollBlocksOn is "none"
+
+Test case: stylesheet-wheel
+PASS style.scrollBlocksOn is "wheel-event"
+
+Test case: explicit-none
+PASS style.scrollBlocksOn is "none"
+
+Test case: explicit-start-touch
+PASS style.scrollBlocksOn is "start-touch"
+
+Test case: explicit-wheel-event
+PASS style.scrollBlocksOn is "wheel-event"
+
+Test case: explicit-scroll-event
+PASS style.scrollBlocksOn is "scroll-event"
+
+Test case: explicit-all
+PASS style.scrollBlocksOn is "start-touch wheel-event scroll-event"
+
+Test case: explicit-touch-wheel
+PASS style.scrollBlocksOn is "start-touch wheel-event"
+
+Test case: explicit-invalid-bogus
+PASS style.scrollBlocksOn is "none"
+
+Test case: explicit-invalid-combination
+PASS style.scrollBlocksOn is "none"
+
+Test case: explicit-invalid-override
+PASS style.scrollBlocksOn is "wheel-event"
+
+Test case: explicit-invalid-duplicate
+PASS style.scrollBlocksOn is "none"
+
+Test case: explicit-invalid-bogus-list
+PASS style.scrollBlocksOn is "none"
+
+Test case: not-inherited
+PASS style.scrollBlocksOn is "none"
+
+Test case: inherit
+PASS style.scrollBlocksOn is "wheel-event"
+
+Test case: initial
+PASS style.scrollBlocksOn is "none"
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/fast/css/scroll-blocks-on-parsing.html ('k') | LayoutTests/fast/css/touch-action-delay-parsing.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698