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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/http/tests/fetch/workers/fetch-base-https-other-https-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/fetch/workers/fetch-base-https-other-https-expected.txt b/third_party/WebKit/LayoutTests/http/tests/fetch/workers/fetch-base-https-other-https-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..a2f858b261835d4ee646287ab0a1b7ab75f9c3ad
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/fetch/workers/fetch-base-https-other-https-expected.txt
@@ -0,0 +1,35 @@
+CONSOLE ERROR: Fetch API cannot load ftp://localhost/. URL scheme must be "http" or "https" for CORS request.
+CONSOLE ERROR: Blob not found.
+CONSOLE ERROR: Fetch API cannot load foobar://localhost/. URL scheme "foobar" is not supported.
+CONSOLE ERROR: Fetch API cannot load https://localhost:8443/serviceworker/resources/redirect.php?Redirect=https://localhost:8443/fetch/resources/fetch-status.php?status=200. Response for preflight is invalid (redirect)
+CONSOLE ERROR: Fetch API cannot load https://127.0.0.1:8443/serviceworker/resources/redirect.php?Redirect=https://127.0.0.1:8443/fetch/resources/fetch-status.php?status=200. Redirect failed.
+This is a testharness.js-based test.
+PASS Startup
+PASS Fetch invalid URL
+PASS fetch non-HTTP(S) CORS
+PASS fetch data: URL
+PASS fetch data: URL with non-ASCII characters
+PASS fetch invalid data: URL
+PASS fetch blob: URL
+PASS fetch non-existent blob: URL
+PASS fetch of scheme not listed in basic fetch spec
+PASS Fetch result of 200 response
+PASS Fetch result of 404 response
+PASS Request/response url attribute getter with fragment
+PASS Request/response url attribute getter with redirect
+PASS Manual redirect fetch returns opaque redirect response
+PASS Even in manual redirect mode, fetch with preflight must fail when redirect response is received
+PASS Redirect response must cause an error when redirect mode is error.
+PASS No-redirect fetch completes normally even if redirect mode is manual
+PASS No-redirect fetch completes normally even if redirect mode is error
+PASS Fetch with Blob body test
+PASS Fetch with string body test
+PASS Fetch with ArrayBuffer body test
+PASS Fetch with ArrayBufferView body test
+PASS Fetch with FormData body test
+PASS Fetch a URL already in Blink cache
+PASS Destroying the execution context while fetch is happening should not cause a crash.
+PASS Calling fetch() disturbs body if not null
+PASS Calling fetch() doesn't disturb body if null
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698