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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/fetch-request-fallback.https-expected.txt

Issue 2891463002: Update testharness.js and idlharness.js. (Closed)
Patch Set: Update expectations 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/fetch-request-fallback.https-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/fetch-request-fallback.https-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/fetch-request-fallback.https-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..3a11334072a6d348f1e9e9080fd9cf97f194d565
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/fetch-request-fallback.https-expected.txt
@@ -0,0 +1,20 @@
+This is a testharness.js-based test.
+PASS initialize global state
+PASS The SW must intercept the request for a main resource.
+PASS The SW must intercept the request of same origin XHR.
+FAIL The SW must intercept the request of CORS-unsupported other origin XHR. Test bug: need to pass exception to assert_throws()
+FAIL The SW must intercept the request of CORS-supported other origin XHR. assert_object_equals: property "url" expected object "[object Object]" got object "[object Object]"
+PASS The SW must intercept only the first request of redirected XHR.
+FAIL The SW must intercept only the first request for XHR which is redirected to CORS-unsupported other origin. Test bug: need to pass exception to assert_throws()
+FAIL The SW must intercept only the first request for XHR which is redirected to CORS-supported other origin. assert_object_equals: property "url" expected object "[object Object]" got object "[object Object]"
+PASS The SW must intercept the request for image.
+PASS The SW must intercept the request for other origin image.
+FAIL The SW must intercept the request for CORS-unsupported other origin image. Test bug: need to pass exception to assert_throws()
+FAIL The SW must intercept the request for CORS-supported other origin image. assert_object_equals: property "url" expected object "[object Object]" got object "[object Object]"
+PASS The SW must intercept only the first request for redirected image resource.
+PASS The SW must intercept only the first request for image resource which is redirected to other origin.
+FAIL The SW must intercept only the first request for image resource which is redirected to CORS-unsupported other origin. Test bug: need to pass exception to assert_throws()
+FAIL The SW must intercept only the first request for image resource which is redirected to CORS-supported other origin. assert_object_equals: property "url" expected object "[object Object]" got object "[object Object]"
+PASS restore global state
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698