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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/inspector/service-workers/service-workers-navigation-preload-expected.txt

Issue 2620463002: Show service worker navigation preload requests in DevTools Network tab (Closed)
Patch Set: reuse existing instrumentation for network 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 Tests the navigation request related events are available in the DevTools
2
3
4 -----------------
5 Loading an iframe.
6 requestWillBeSent:
7 url: http://127.0.0.1:8000/inspector/service-workers/resources/navigation-prel oad-scope.php
8 initiator.type: preload
9 responseReceived:
10 response.url: http://127.0.0.1:8000/inspector/service-workers/resources/naviga tion-preload-scope.php
11 response.timing available: true
12 response.requestHeaders available: true
13 response.requestHeaders['Service-Worker-Navigation-Preload']: hello
14 loadingFinished:
15 The iframe loaded.
16 -----------------
17 Loading another iframe.
18 requestWillBeSent:
19 url: http://127.0.0.1:8000/inspector/service-workers/resources/navigation-prel oad-scope.php?BrokenChunked
20 initiator.type: preload
21 loadingFailed:
22 errorText: Service Worker navigation preload network error.
23 The iframe loaded.
24 -----------------
25 Loading another iframe.
26 requestWillBeSent:
27 url: http://127.0.0.1:8000/inspector/service-workers/resources/navigation-prel oad-scope.php?RedirectError
28 initiator.type: preload
29 loadingFailed:
30 errorText: Service Worker navigation preload doesn't support redirects.
31 The iframe loaded.
32 -----------------
33 Done
34
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698