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

Unified Diff: LayoutTests/fast/events/touch/gesture/gesture-tap-result-expected.txt

Issue 267313008: First-cut at fixing unhandled Tap event returns in Blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add Layout tests, and remove unit tests. Cleanup EventHandler. Created 6 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/events/touch/gesture/gesture-tap-result-expected.txt
diff --git a/LayoutTests/fast/events/touch/gesture/gesture-tap-result-expected.txt b/LayoutTests/fast/events/touch/gesture/gesture-tap-result-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..221b5c42b14efd1f048d2d0d5864ae4e528289a0
--- /dev/null
+++ b/LayoutTests/fast/events/touch/gesture/gesture-tap-result-expected.txt
@@ -0,0 +1,17 @@
+ This is plain text with no handler This text consumes events using preventDefault()
+This tests Tap events being consumed by a handler.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+PASS consumesResult is true
+PASS window.getSelection().toString() is not
+PASS plainResult is false
+PASS window.getSelection().toString() is ""
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698