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

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: fix crash Created 3 years, 10 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 onRequestStarted:
7 url: http://127.0.0.1:8000/inspector/service-workers/resources/navigation-prel oad-scope.php
8 onResponseReceived:
9 timing available: true
10 requestHeaders['Service-Worker-Navigation-Preload']: hello
11 onRequestFinished:
12 The iframe loaded.
13 -----------------
14 Loading another iframe.
15 onRequestStarted:
16 url: http://127.0.0.1:8000/inspector/service-workers/resources/navigation-prel oad-scope.php?BrokenChunked
17 onRequestFinished:
18 localizedFailDescription: Service Worker navigation preload network error.
19 The iframe loaded.
20 -----------------
21 Loading another iframe.
22 onRequestStarted:
23 url: http://127.0.0.1:8000/inspector/service-workers/resources/navigation-prel oad-scope.php?RedirectError
24 onRequestFinished:
25 localizedFailDescription: Service Worker navigation preload doesn't support re directs.
26 The iframe loaded.
27 -----------------
28 Done
29
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698