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

Unified Diff: LayoutTests/media/video-buffered-too-few-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/media/video-buffered-too-few-arguments-expected.txt
diff --git a/LayoutTests/media/video-buffered-too-few-arguments-expected.txt b/LayoutTests/media/video-buffered-too-few-arguments-expected.txt
index 47d972c2984c751dd4d1c9867dc589792483f971..06352f9176d3f8a06dcbce943c98cf178a9c04a8 100644
--- a/LayoutTests/media/video-buffered-too-few-arguments-expected.txt
+++ b/LayoutTests/media/video-buffered-too-few-arguments-expected.txt
@@ -3,8 +3,8 @@ Test how buffered.start()/end() react to too few arguments.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS v.buffered.start() threw exception TypeError: Not enough arguments.
-PASS v.buffered.end() threw exception TypeError: Not enough arguments.
+PASS v.buffered.start() threw exception TypeError: Failed to execute 'start' on 'TimeRanges': 1 argument required, but only 0 present..
+PASS v.buffered.end() threw exception TypeError: Failed to execute 'end' on 'TimeRanges': 1 argument required, but only 0 present..
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698