OLD | NEW |
(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 |
OLD | NEW |