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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/registration-expected.txt

Issue 2648173006: Import wpt@cf62b859e6b890abc34f8140d185ba91df95c5b6 (Closed)
Patch Set: Rebased Created 3 years, 11 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: third_party/WebKit/LayoutTests/http/tests/serviceworker/registration-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/registration-expected.txt b/third_party/WebKit/LayoutTests/http/tests/serviceworker/registration-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..3bcff447924106ceb4dd3c5492a2b98dacd39429
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/registration-expected.txt
@@ -0,0 +1,41 @@
+CONSOLE ERROR: Uncaught (in promise) TypeError: Failed to register a ServiceWorker: A bad HTTP response code (404) was received when fetching the script.
+This is a testharness.js-based test.
+Harness Error. harness_status.status = 1 , harness_status.message = Failed to register a ServiceWorker: A bad HTTP response code (404) was received when fetching the script.
+PASS Registering normal scope
+PASS Registering scope with fragment
+PASS Registering same scope as the script directory
+PASS Registering same scope as the script directory without the last slash
+PASS Registration scope outside the script directory
+PASS Registering scope outside domain
+PASS Registering script outside domain
+PASS Registering non-existent script
+PASS Registering invalid chunked encoding script
+PASS Registering invalid chunked encoding script with flush
+PASS Registering script with no MIME type
+PASS Registering script with bad MIME type
+PASS Registering redirected script
+PASS Registering script including parse error
+PASS Registering script including undefined error
+PASS Registering script including uncaught exception
+PASS Registering script including caught exception
+PASS Registering script importing malformed script
+PASS Registering script importing non-existent script
+PASS Scope including URL-encoded multibyte characters
+PASS Scope including non-escaped multibyte characters
+PASS Script URL including URL-encoded slash
+PASS Script URL including uppercase URL-encoded slash
+PASS Scope including URL-encoded slash
+PASS Script URL including URL-encoded backslash
+PASS Script URL including uppercase URL-encoded backslash
+PASS Scope including URL-encoded backslash
+PASS Script URL including self-reference
+PASS Scope including self-reference
+PASS Script URL including parent-reference
+PASS Scope including parent-reference
+PASS Scope including parent-reference and not under the script directory
+PASS Script URL including consecutive slashes
+PASS Scope including consecutive slashes
+PASS Script URL is same-origin filesystem: URL
+PASS Scope URL is same-origin filesystem: URL
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698