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

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

Issue 1145433002: Revert of Preventing the default action on 'mousemove' listener shouldn't prevent selection (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/events/drag-on-mouse-move-cancelled-expected.txt
diff --git a/LayoutTests/fast/events/drag-on-mouse-move-cancelled-expected.txt b/LayoutTests/fast/events/drag-on-mouse-move-cancelled-expected.txt
deleted file mode 100644
index ac42af209fc677b9680177bae6052c603272d108..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/events/drag-on-mouse-move-cancelled-expected.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-Test for bug346473: Text selection should happen even if mousemove event is cancelled,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.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS window.getSelection().getRangeAt(0).toString().length is 1
-PASS successfullyParsed is true
-
-TEST COMPLETE
-TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
« 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