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

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

Issue 2872363002: Upstream service worker navigation tests to WPT (Closed)
Patch Set: 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 Normal redirect to same-origin scope.
3 PASS Normal redirect to other-origin scope.
4 PASS SW-fallbacked redirect to same-origin out-scope.
5 FAIL SW-fallbacked redirect to same-origin same-scope. assert_object_equals: Int ercepted URLs should match. unexpected property "1"
6 FAIL SW-fallbacked redirect to same-origin other-scope. assert_object_equals: In tercepted URLs should match. unexpected property "0"
7 PASS SW-fallbacked redirect to other-origin out-scope.
8 FAIL SW-fallbacked redirect to other-origin in-scope. assert_object_equals: Inte rcepted URLs should match. unexpected property "0"
9 PASS SW-generated redirect to same-origin out-scope.
10 PASS SW-generated redirect to same-origin same-scope.
11 PASS SW-generated redirect to same-origin other-scope.
12 PASS SW-generated redirect to other-origin out-scope.
13 PASS SW-generated redirect to other-origin in-scope.
14 PASS SW-fetched redirect to same-origin out-scope.
15 PASS SW-fetched redirect to same-origin same-scope.
16 PASS SW-fetched redirect to same-origin other-scope.
17 PASS SW-fetched redirect to other-origin out-scope.
18 PASS SW-fetched redirect to other-origin in-scope.
19 PASS Redirect to same-origin out-scope with opaque redirect response.
20 PASS Redirect to same-origin same-scope with opaque redirect response.
21 PASS Redirect to same-origin other-scope with opaque redirect response.
22 PASS Redirect to other-origin out-scope with opaque redirect response.
23 PASS Redirect to other-origin in-scope with opaque redirect response.
24 PASS Redirect to same-origin out-scope with opaque redirect response which is pa ssed through Cache.
25 PASS Redirect to same-origin same-scope with opaque redirect response which is p assed through Cache.
26 PASS Redirect to same-origin other-scope with opaque redirect response which is passed through Cache.
27 PASS Redirect to other-origin out-scope with opaque redirect response which is p assed through Cache.
28 PASS Redirect to other-origin in-scope with opaque redirect response which is pa ssed through Cache.
29 Harness: the test ran to completion.
30
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698