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

Unified 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: Created 5 years, 9 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/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
new file mode 100644
index 0000000000000000000000000000000000000000..f2eb65bcdc85350c528a5045ac6541ef1926be2f
--- /dev/null
+++ b/LayoutTests/fast/events/drag-on-mouse-move-cancelled-expected.txt
@@ -0,0 +1,5 @@
+Test for bug 346473: 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.
+
+TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
+
+SUCCESS

Powered by Google App Engine
This is Rietveld 408576698