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

Unified Diff: LayoutTests/platform/chromium-win/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/platform/chromium-win/http/tests/workers/shared-worker-importScripts-expected.txt
diff --git a/LayoutTests/platform/chromium-win/http/tests/workers/shared-worker-importScripts-expected.txt b/LayoutTests/platform/chromium-win/http/tests/workers/shared-worker-importScripts-expected.txt
index e3b2b372b44ec38fde16495f30a5de4e8a72b6d8..f87a6d949f17ce1f764e4557caf827401fdc0699 100644
--- a/LayoutTests/platform/chromium-win/http/tests/workers/shared-worker-importScripts-expected.txt
+++ b/LayoutTests/platform/chromium-win/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: Unexpected identifier when encountering a syntax error in imported script

Powered by Google App Engine
This is Rietveld 408576698