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

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

Issue 99083002: WIP: Migrate generated bindings to new ExceptionState constructor. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase. Created 7 years 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 95483643fc33736679025d6bc6870ec4dacc7304..ebd58376ba74bfc9b6372f1a93302768f7f42f75 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 NetworkError: Failed to execute 'importScripts': the script at 'http://127.0.0.1:8000/workers/resources/nonexistant' failed to load. when load failed
+PASS: Threw NetworkError: Failed to execute 'importScripts' on 'WorkerGlobalScope': The script at 'http://127.0.0.1:8000/workers/resources/nonexistant' failed to load. when load failed
PASS: some resources were loaded despite the network error
Loaded resource 1
PASS: Threw Error: Uncaught SyntaxError: Unexpected identifier when encountering a syntax error in imported script

Powered by Google App Engine
This is Rietveld 408576698