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

Unified Diff: LayoutTests/fast/events/drag-and-drop-set-drag-data-arguments-expected.txt

Issue 24203002: Improve generated "Not enough arguments." TypeError exceptions. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: NeedsRebaseline Created 7 years, 3 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-and-drop-set-drag-data-arguments-expected.txt
diff --git a/LayoutTests/fast/events/drag-and-drop-set-drag-data-arguments-expected.txt b/LayoutTests/fast/events/drag-and-drop-set-drag-data-arguments-expected.txt
index 55dde963f39ace8a6c8fa18f2638396855ff44dc..c685d94b310f75926d561d7b53f769ff17da85f6 100644
--- a/LayoutTests/fast/events/drag-and-drop-set-drag-data-arguments-expected.txt
+++ b/LayoutTests/fast/events/drag-and-drop-set-drag-data-arguments-expected.txt
@@ -3,8 +3,8 @@ Tests correct behavior of event.dataTransfer.setData with wrong number of argume
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS event.dataTransfer.setData() threw exception TypeError: Not enough arguments.
-PASS event.dataTransfer.setData("Text") threw exception TypeError: Not enough arguments.
+PASS event.dataTransfer.setData() threw exception TypeError: Failed to execute 'setData' on 'Clipboard': 2 arguments required, but only 0 present..
+PASS event.dataTransfer.setData("Text") threw exception TypeError: Failed to execute 'setData' on 'Clipboard': 2 arguments required, but only 1 present..
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698