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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/register-link-element-expected.txt

Issue 1885703003: Make testharness.js tests fail on uncaught exceptions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Recover script changes Created 4 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 unified diff | Download patch
OLDNEW
(Empty)
1 CONSOLE ERROR: Uncaught (in promise) NetworkError: Failed to register a ServiceW orker: A bad HTTP response code (404) was received when fetching the script.
2 This is a testharness.js-based test.
3 PASS Registering normal scope
4 PASS Registering scope with fragment
5 PASS Registering same scope as the script directory
6 PASS Registering same scope as the script directory without the last slash
7 PASS Registration scope outside the script directory
8 PASS Registering scope outside domain
9 PASS Registering script outside domain
10 PASS Registering non-existent script
11 PASS Registering invalid chunked encoding script
12 PASS Registering invalid chunked encoding script with flush
13 PASS Registering script with no MIME type
14 PASS Registering script with bad MIME type
15 PASS Registering redirected script
16 PASS Registering script including parse error
17 PASS Registering script including undefined error
18 PASS Registering script including uncaught exception
19 PASS Registering script including caught exception
20 PASS Registering script importing malformed script
21 PASS Registering script importing non-existent script
22 PASS Scope including URL-encoded multibyte characters
23 PASS Scope including non-escaped multibyte characters
24 PASS Script URL including URL-encoded slash
25 PASS Script URL including uppercase URL-encoded slash
26 PASS Scope including URL-encoded slash
27 PASS Script URL including URL-encoded backslash
28 PASS Script URL including uppercase URL-encoded backslash
29 PASS Scope including URL-encoded backslash
30 PASS Script URL including self-reference
31 PASS Scope including self-reference
32 PASS Script URL including parent-reference
33 PASS Scope including parent-reference
34 PASS Scope including parent-reference and not under the script directory
35 PASS Script URL including consecutive slashes
36 PASS Scope including consecutive slashes
37 PASS Script URL is same-origin filesystem: URL
38 PASS Scope URL is same-origin filesystem: URL
39 Harness: the test ran to completion.
40
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698