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

Side by Side 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: Removed handlers for all events other than mousedown. Created 6 years, 6 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 unified diff | Download patch
OLDNEW
(Empty)
1
2 This is plain text with no handler
3 This text consumes events using preventDefault()
4
5 Clicking or tapping on the "consumes" section should have no effect on the selec tion, but clicking in the plain section should clear it.
6 This tests Tap events being consumed by a handler.
7
8 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
9
10
11 PASS successfullyParsed is true
12
13 TEST COMPLETE
14 PASS consumesResult is true
15 PASS window.getSelection().toString() is not
16 PASS plainResult is false
17 PASS window.getSelection().toString() is ""
18
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/touch/gesture/gesture-tap-result.html ('k') | Source/core/page/EventHandler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698