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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/fetch/workers/fetch-base-https-other-https-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: Fetch API cannot load ftp://localhost/. URL scheme must be "http" or "https" for CORS request.
2 CONSOLE ERROR: Blob not found.
3 CONSOLE ERROR: Fetch API cannot load foobar://localhost/. URL scheme "foobar" is not supported.
4 CONSOLE ERROR: Fetch API cannot load https://localhost:8443/serviceworker/resour ces/redirect.php?Redirect=https://localhost:8443/fetch/resources/fetch-status.ph p?status=200. Response for preflight is invalid (redirect)
5 CONSOLE ERROR: Fetch API cannot load https://127.0.0.1:8443/serviceworker/resour ces/redirect.php?Redirect=https://127.0.0.1:8443/fetch/resources/fetch-status.ph p?status=200. Redirect failed.
6 This is a testharness.js-based test.
7 PASS Startup
8 PASS Fetch invalid URL
9 PASS fetch non-HTTP(S) CORS
10 PASS fetch data: URL
11 PASS fetch data: URL with non-ASCII characters
12 PASS fetch invalid data: URL
13 PASS fetch blob: URL
14 PASS fetch non-existent blob: URL
15 PASS fetch of scheme not listed in basic fetch spec
16 PASS Fetch result of 200 response
17 PASS Fetch result of 404 response
18 PASS Request/response url attribute getter with fragment
19 PASS Request/response url attribute getter with redirect
20 PASS Manual redirect fetch returns opaque redirect response
21 PASS Even in manual redirect mode, fetch with preflight must fail when redirect response is received
22 PASS Redirect response must cause an error when redirect mode is error.
23 PASS No-redirect fetch completes normally even if redirect mode is manual
24 PASS No-redirect fetch completes normally even if redirect mode is error
25 PASS Fetch with Blob body test
26 PASS Fetch with string body test
27 PASS Fetch with ArrayBuffer body test
28 PASS Fetch with ArrayBufferView body test
29 PASS Fetch with FormData body test
30 PASS Fetch a URL already in Blink cache
31 PASS Destroying the execution context while fetch is happening should not cause a crash.
32 PASS Calling fetch() disturbs body if not null
33 PASS Calling fetch() doesn't disturb body if null
34 Harness: the test ran to completion.
35
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698