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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/navigation-redirect.https-expected.txt

Issue 2415873002: Import w3c tests for the service workers (Closed)
Patch Set: Rebase Created 4 years, 2 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: line 50: Uncaught TypeError: Cannot read property 'unregister' of undefined
2 This is a testharness.js-based test.
3 FAIL Normal redirect to same-origin scope. assert_unreached: unregister should n ot fail: Failed to get a ServiceWorkerRegistration: The origin of the provided d ocumentURL ('https://127.0.0.1:8444') does not match the current origin ('https: //web-platform.test:8444'). Reached unreachable code
4 FAIL Normal redirect to other-origin scope. promise_test: Unhandled rejection wi th value: object "TypeError: Cannot read property 'active' of undefined"
5 FAIL SW-fallbacked redirect to same-origin out-scope. promise_test: Unhandled re jection with value: object "TypeError: Cannot read property 'active' of undefine d"
6 FAIL SW-fallbacked redirect to same-origin same-scope. promise_test: Unhandled r ejection with value: object "TypeError: Cannot read property 'active' of undefin ed"
7 FAIL SW-fallbacked redirect to same-origin other-scope. promise_test: Unhandled rejection with value: object "TypeError: Cannot read property 'active' of undefi ned"
8 FAIL SW-fallbacked redirect to other-origin out-scope. promise_test: Unhandled r ejection with value: object "TypeError: Cannot read property 'active' of undefin ed"
9 FAIL SW-fallbacked redirect to other-origin in-scope. promise_test: Unhandled re jection with value: object "TypeError: Cannot read property 'active' of undefine d"
10 FAIL SW-generated redirect to same-origin out-scope. promise_test: Unhandled rej ection with value: object "TypeError: Cannot read property 'active' of undefined "
11 FAIL SW-generated redirect to same-origin same-scope. promise_test: Unhandled re jection with value: object "TypeError: Cannot read property 'active' of undefine d"
12 FAIL SW-generated redirect to same-origin other-scope. promise_test: Unhandled r ejection with value: object "TypeError: Cannot read property 'active' of undefin ed"
13 FAIL SW-generated redirect to other-origin out-scope. promise_test: Unhandled re jection with value: object "TypeError: Cannot read property 'active' of undefine d"
14 FAIL SW-generated redirect to other-origin in-scope. promise_test: Unhandled rej ection with value: object "TypeError: Cannot read property 'active' of undefined "
15 FAIL SW-fetched redirect to same-origin out-scope. promise_test: Unhandled rejec tion with value: object "TypeError: Cannot read property 'active' of undefined"
16 FAIL SW-fetched redirect to same-origin same-scope. promise_test: Unhandled reje ction with value: object "TypeError: Cannot read property 'active' of undefined"
17 FAIL SW-fetched redirect to same-origin other-scope. promise_test: Unhandled rej ection with value: object "TypeError: Cannot read property 'active' of undefined "
18 FAIL SW-fetched redirect to other-origin out-scope. promise_test: Unhandled reje ction with value: object "TypeError: Cannot read property 'active' of undefined"
19 FAIL SW-fetched redirect to other-origin in-scope. promise_test: Unhandled rejec tion with value: object "TypeError: Cannot read property 'active' of undefined"
20 FAIL Redirect to same-origin out-scope with opaque redirect response. promise_te st: Unhandled rejection with value: object "TypeError: Cannot read property 'act ive' of undefined"
21 FAIL Redirect to same-origin same-scope with opaque redirect response. promise_t est: Unhandled rejection with value: object "TypeError: Cannot read property 'ac tive' of undefined"
22 FAIL Redirect to same-origin other-scope with opaque redirect response. promise_ test: Unhandled rejection with value: object "TypeError: Cannot read property 'a ctive' of undefined"
23 FAIL Redirect to other-origin out-scope with opaque redirect response. promise_t est: Unhandled rejection with value: object "TypeError: Cannot read property 'ac tive' of undefined"
24 FAIL Redirect to other-origin in-scope with opaque redirect response. promise_te st: Unhandled rejection with value: object "TypeError: Cannot read property 'act ive' of undefined"
25 FAIL Redirect to same-origin out-scope with opaque redirect response which is pa ssed through Cache. promise_test: Unhandled rejection with value: object "TypeEr ror: Cannot read property 'active' of undefined"
26 FAIL Redirect to same-origin same-scope with opaque redirect response which is p assed through Cache. promise_test: Unhandled rejection with value: object "TypeE rror: Cannot read property 'active' of undefined"
27 FAIL Redirect to same-origin other-scope with opaque redirect response which is passed through Cache. promise_test: Unhandled rejection with value: object "Type Error: Cannot read property 'active' of undefined"
28 FAIL Redirect to other-origin out-scope with opaque redirect response which is p assed through Cache. promise_test: Unhandled rejection with value: object "TypeE rror: Cannot read property 'active' of undefined"
29 FAIL Redirect to other-origin in-scope with opaque redirect response which is pa ssed through Cache. promise_test: Unhandled rejection with value: object "TypeEr ror: Cannot read property 'active' of undefined"
30 Harness: the test ran to completion.
31
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698