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

Unified Diff: LayoutTests/fast/mediastream/script-tests/argument-types.js

Issue 16818023: DOMException toString is not correct (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 6 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/mediastream/script-tests/argument-types.js
diff --git a/LayoutTests/fast/mediastream/script-tests/argument-types.js b/LayoutTests/fast/mediastream/script-tests/argument-types.js
index 4a316e8873ec96327a0d1a2830e7e1afaab4710f..8ecb888a1366af68566dcd2b992cf4825136ffa5 100644
--- a/LayoutTests/fast/mediastream/script-tests/argument-types.js
+++ b/LayoutTests/fast/mediastream/script-tests/argument-types.js
@@ -11,7 +11,7 @@ function test(expression, expressionShouldThrow, expectedException) {
}
}
-var notSupportedError = new Error('NotSupportedError: DOM Exception 9');
+var notSupportedError = 'NotSupportedError: The implementation did not support the requested type of object or operation.';
var typeError = new TypeError('Type error');
var typeNotAnObjectError = new TypeError('Not an object.');

Powered by Google App Engine
This is Rietveld 408576698