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

Unified Diff: LayoutTests/http/tests/workers/shared-worker-importScripts-expected.txt

Issue 14200030: Remove XMLHttpRequestException in favor of DOMException (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix tests after rebasing... Created 7 years, 8 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/http/tests/workers/shared-worker-importScripts-expected.txt
diff --git a/LayoutTests/http/tests/workers/shared-worker-importScripts-expected.txt b/LayoutTests/http/tests/workers/shared-worker-importScripts-expected.txt
index 4f2a5a0063301ff13050d869d3e72b059ec0f2f1..e7c688a277b7c49017675ca4c1401e9b777db4fa 100644
--- a/LayoutTests/http/tests/workers/shared-worker-importScripts-expected.txt
+++ b/LayoutTests/http/tests/workers/shared-worker-importScripts-expected.txt
@@ -24,7 +24,7 @@ Loaded message from different origin
Loaded resource 2
PASS: all resources executed.
Loaded resource 1
-PASS: Threw Error: NETWORK_ERR: XMLHttpRequest Exception 101 when load failed
+PASS: Threw Error: NetworkError: DOM Exception 19 when load failed
PASS: some resources were loaded despite the network error
Loaded resource 1
PASS: Threw SyntaxError: Expected an identifier but found 'syntax' instead when encountering a syntax error in imported script

Powered by Google App Engine
This is Rietveld 408576698