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

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

Issue 2893743003: Upstream service wrkr "registration" tests to WPT (Closed)
Patch Set: Created 3 years, 7 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 unified diff | Download patch
OLDNEW
(Empty)
1 CONSOLE ERROR: Uncaught (in promise) TypeError: Failed to register a ServiceWork er: A bad HTTP response code (404) was received when fetching the script.
2 This is a testharness.js-based test.
3 Harness Error. harness_status.status = 1 , harness_status.message = Failed to re gister a ServiceWorker: A bad HTTP response code (404) was received when fetchin g the script.
4 PASS Registering normal scope
5 PASS Registering scope with fragment
6 PASS Registering same scope as the script directory
7 PASS Registering same scope as the script directory without the last slash
8 PASS Registration scope outside the script directory
9 PASS Registering scope outside domain
10 PASS Registering script outside domain
11 PASS Registering non-existent script
12 PASS Registering invalid chunked encoding script
13 PASS Registering invalid chunked encoding script with flush
14 PASS Registering script with no MIME type
15 PASS Registering script with bad MIME type
16 PASS Registering redirected script
17 PASS Registering script including parse error
18 PASS Registering script including undefined error
19 PASS Registering script including uncaught exception
20 PASS Registering script including caught exception
21 PASS Registering script importing malformed script
22 PASS Registering script importing non-existent script
23 PASS Scope including URL-encoded multibyte characters
24 PASS Scope including non-escaped multibyte characters
25 PASS Script URL including URL-encoded slash
26 PASS Script URL including uppercase URL-encoded slash
27 PASS Scope including URL-encoded slash
28 PASS Script URL including URL-encoded backslash
29 PASS Script URL including uppercase URL-encoded backslash
30 PASS Scope including URL-encoded backslash
31 PASS Script URL including self-reference
32 PASS Scope including self-reference
33 PASS Script URL including parent-reference
34 PASS Scope including parent-reference
35 PASS Scope including parent-reference and not under the script directory
36 PASS Script URL including consecutive slashes
37 PASS Scope including consecutive slashes
38 PASS Script URL is same-origin filesystem: URL
39 PASS Scope URL is same-origin filesystem: URL
40 Harness: the test ran to completion.
41
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698