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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/navigation-preload-origin-trial-methods-expected.txt

Issue 2627023002: Introduce Origin-Trial for Service Worker Navigation Preload (Closed)
Patch Set: add LayoutTests Created 3 years, 11 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 MESSAGE: line 65: --normal SW--
2 disable() rejected with: AbortError: Failed to enable or disable navigation prel oad: This feature is diabled.
3 enable() rejected with: AbortError: Failed to enable or disable navigation prelo ad: This feature is diabled.
4 getState() resolved with: {"enabled":false,"headerValue":"true"}
5 setHeaderValue() rejected with: AbortError: Failed to set navigation preload hea der: This feature is diabled.
6 log from SW
7 Activate event handler
8 registration.navigationPreload not found
9 Fetch event handler
10 event.preloadResponse not found
11
12 CONSOLE MESSAGE: line 76: --Origin-Trial enabled SW--
13 disable() rejected with: AbortError: Failed to enable or disable navigation prel oad: This feature is diabled.
14 enable() rejected with: AbortError: Failed to enable or disable navigation prelo ad: This feature is diabled.
15 getState() resolved with: {"enabled":false,"headerValue":"true"}
16 setHeaderValue() rejected with: AbortError: Failed to set navigation preload hea der: This feature is diabled.
17 log from SW
18 Activate event handler
19 disable() rejected with: AbortError: Failed to enable or disable navigation prel oad: This feature is diabled.
20 enable() rejected with: AbortError: Failed to enable or disable navigation prelo ad: This feature is diabled.
21 getState() resolved with: {"enabled":false,"headerValue":"true"}
22 setHeaderValue() rejected with: AbortError: Failed to set navigation preload hea der: This feature is diabled.
23 Fetch event handler
24 event.preloadResponse resolved with: undefined
25
26 This is a testharness.js-based test.
27 PASS Calling Navigation preload related methods for normal SW.
28 PASS Calling Navigation preload related methods for Origin-Trial enabled SW.
29 Harness: the test ran to completion.
30
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698