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

Side by Side Diff: LayoutTests/fast/events/drag-on-mouse-move-cancelled-expected.txt

Issue 1013303003: Preventing the default action on 'mousemove' listener shouldn't prevent selection (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Modifying comment as per review comments Created 5 years, 8 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 Test for bug346473: Text selection should happen even if mousemove event is canc elled,since there is no default action specified for mousemove event in the spec which is to be prevented on defaultPrevent. To test manually try to select the text in the paragraph, selection should happen.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS window.getSelection().getRangeAt(0).toString().length is 1
7 PASS successfullyParsed is true
8
9 TEST COMPLETE
10 TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/drag-on-mouse-move-cancelled.html ('k') | Source/core/page/EventHandler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698