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

Unified Diff: LayoutTests/fast/js/script-tests/dfg-custom-getter-throw.js

Issue 96793002: Switch custom XMLHttpRequest bindings over to new-style ExceptionState. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Inline local binding in throwTypeError() Created 7 years, 1 month 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/js/script-tests/dfg-custom-getter-throw.js
diff --git a/LayoutTests/fast/js/script-tests/dfg-custom-getter-throw.js b/LayoutTests/fast/js/script-tests/dfg-custom-getter-throw.js
index 8fa5601b93c3d69938de90010ca6646d30224b52..b72b0139c994956cf4e9d137b52901c0ecd81498 100644
--- a/LayoutTests/fast/js/script-tests/dfg-custom-getter-throw.js
+++ b/LayoutTests/fast/js/script-tests/dfg-custom-getter-throw.js
@@ -19,7 +19,7 @@ function bar(binary) {
}
for (var i = 0; i < 200; ++i) {
- shouldBe("bar(i >= 100)", i >= 100 ? "\"Threw exception: InvalidStateError: Failed to read the 'responseText' property from 'XMLHttpRequest': the value is only accessible if the object's 'responseType' is '' or 'text' (was 'arraybuffer').\"" : "\"Returned result: \"");
+ shouldBe("bar(i >= 100)", i >= 100 ? "\"Threw exception: InvalidStateError: Failed to read the 'responseText' property from 'XMLHttpRequest': The value is only accessible if the object's 'responseType' is '' or 'text' (was 'arraybuffer').\"" : "\"Returned result: \"");
}

Powered by Google App Engine
This is Rietveld 408576698