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

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

Issue 14146002: Remove all generic expected results for which a generic Chromium expected result exists (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/worker-importScripts-expected.txt
diff --git a/LayoutTests/http/tests/workers/worker-importScripts-expected.txt b/LayoutTests/http/tests/workers/worker-importScripts-expected.txt
deleted file mode 100644
index f6a2c224b35be00aa6aa3aef16762c99dbc5ef68..0000000000000000000000000000000000000000
--- a/LayoutTests/http/tests/workers/worker-importScripts-expected.txt
+++ /dev/null
@@ -1,44 +0,0 @@
-Test importScripts.
-
-Test started.
-PASS: importScripts(), exists, is a function, and doesn't throw when not given any arguments
-Loaded message from different origin
-PASS: executed script from different origin
-Loaded message from different origin
-PASS: executed script from different origin through a redirect
-Testing single argument:
-Loaded resource 1
-PASS: loaded first source
-Testing multiple arguments:
-Loaded resource 1
-Loaded resource 2
-PASS: Both sources loaded and executed.
-Testing multiple arguments (different order):
-Resource 2 loaded before resource 1
-Loaded resource 2
-Loaded resource 1
-PASS: Both sources loaded and executed.
-Testing multiple arguments, with different origin for one argument:
-Loaded resource 1
-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: 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
-PASS: some resources were loaded despite the presence of a syntax error
-Testing multiple arguments, with first resource throwing an exception:
-Loaded resource 1
-First resource throwing an exception
-PASS: Propagated 'Thrown by first resource' from script
-PASS: First resource was executed, and second resource was not
-Testing multiple arguments, with second resource throwing an exception:
-Loaded resource 1
-Loaded resource 2
-Second resource throwing an exception
-PASS: Propagated 'Thrown by second resource' from script
-PASS: Both scripts were executed
-DONE
-

Powered by Google App Engine
This is Rietveld 408576698