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

Unified Diff: LayoutTests/fast/events/dragevent-constructor-expected.txt

Issue 1232003009: Implement DragEvent and move MouseEvent.dataTransfer (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix plugin failure of LayoutTest Created 5 years, 4 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/dragevent-constructor-expected.txt
diff --git a/LayoutTests/fast/events/dragevent-constructor-expected.txt b/LayoutTests/fast/events/dragevent-constructor-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..152dca11faf9f96f21537d02ade20a9065fa71a2
--- /dev/null
+++ b/LayoutTests/fast/events/dragevent-constructor-expected.txt
@@ -0,0 +1,15 @@
+Tests the constructor of the standard drag event
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS testEvent = new DragEvent('dragstart') did not throw exception.
+PASS testEvent.__proto__ is DragEvent.prototype
+PASS testEvent.dataTransfer is null
+PASS testEvent = new DragEvent('dragstart', { dataTransfer:null }) did not throw exception.
+PASS testEvent.__proto__ is DragEvent.prototype
+PASS testEvent.dataTransfer is null
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/fast/events/dragevent-constructor.html ('k') | LayoutTests/fast/events/init-events-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698