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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 PASS initialize global state
3 PASS The SW must intercept the request for a main resource.
4 PASS The SW must intercept the request of same origin XHR.
5 FAIL The SW must intercept the request of CORS-unsupported other origin XHR. Tes t bug: need to pass exception to assert_throws()
6 FAIL The SW must intercept the request of CORS-supported other origin XHR. asser t_object_equals: property "url" expected object "[object Object]" got object "[o bject Object]"
7 PASS The SW must intercept only the first request of redirected XHR.
8 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_throw s()
9 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 obje ct "[object Object]" got object "[object Object]"
10 PASS The SW must intercept the request for image.
11 PASS The SW must intercept the request for other origin image.
12 FAIL The SW must intercept the request for CORS-unsupported other origin image. Test bug: need to pass exception to assert_throws()
13 FAIL The SW must intercept the request for CORS-supported other origin image. as sert_object_equals: property "url" expected object "[object Object]" got object "[object Object]"
14 PASS The SW must intercept only the first request for redirected image resource.
15 PASS The SW must intercept only the first request for image resource which is re directed to other origin.
16 FAIL The SW must intercept only the first request for image resource which is re directed to CORS-unsupported other origin. Test bug: need to pass exception to a ssert_throws()
17 FAIL The SW must intercept only the first request for image resource which is re directed to CORS-supported other origin. assert_object_equals: property "url" ex pected object "[object Object]" got object "[object Object]"
18 PASS restore global state
19 Harness: the test ran to completion.
20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698