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

Side by Side Diff: LayoutTests/http/tests/inspector/service-workers/service-workers-redundant-expected.txt

Issue 1164583002: [4/5 blink] Shows the clients which are controlled by ServiceWorker in DevTools. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: incorporated pfeldman's comment Created 5 years, 6 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
« no previous file with comments | « no previous file | LayoutTests/http/tests/inspector/service-workers/service-workers-test.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ServiceWorkers must be shown correctly even if there is a redundant worker. 1 ServiceWorkers must be shown correctly even if there is a redundant worker.
2 2
3 The first ServiceWorker is activated. 3 The first ServiceWorker is activated.
4 ==== ServiceWorkersView ==== 4 ==== ServiceWorkersView ====
5 127.0.0.1 5 127.0.0.1
6 6
7 Scope: /inspector/service-workers/resources/service-worker-redundant-scope/ 7 Scope: /inspector/service-workers/resources/service-worker-redundant-scope/
8 activated 8 activated
9 inspectrunning 9 inspectrunning
10 Script: /inspector/service-workers/resources/changing-worker.php 10 Script: /inspector/service-workers/resources/changing-worker.php
11 RESPONSE-TIME 11 RESPONSE-TIME
12 12
13 ============================ 13 ============================
14 The second Serviceworker is installed. 14 The second Serviceworker is installed.
15 ==== ServiceWorkersView ==== 15 ==== ServiceWorkersView ====
16 127.0.0.1 16 127.0.0.1
17 17
18 Scope: /inspector/service-workers/resources/service-worker-redundant-scope/ 18 Scope: /inspector/service-workers/resources/service-worker-redundant-scope/
19 installed 19 installed
20 inspectrunning 20 inspectrunning
21 Script: /inspector/service-workers/resources/changing-worker.php 21 Script: /inspector/service-workers/resources/changing-worker.php
22 RESPONSE-TIME 22 RESPONSE-TIME
23 23
24 activated 24 activated
25 inspectrunning 25 inspectrunning
26 Script: /inspector/service-workers/resources/changing-worker.php 26 Script: /inspector/service-workers/resources/changing-worker.php
27 RESPONSE-TIME 27 RESPONSE-TIME
28 CLIENT
28 29
29 ============================ 30 ============================
30 The first ServiceWorker worker became redundant and stopped. 31 The first ServiceWorker worker became redundant and stopped.
31 ==== ServiceWorkersView ==== 32 ==== ServiceWorkersView ====
32 127.0.0.1 33 127.0.0.1
33 34
34 Scope: /inspector/service-workers/resources/service-worker-redundant-scope/ 35 Scope: /inspector/service-workers/resources/service-worker-redundant-scope/
35 activated 36 activated
36 inspectrunning 37 inspectrunning
37 Script: /inspector/service-workers/resources/changing-worker.php 38 Script: /inspector/service-workers/resources/changing-worker.php
38 RESPONSE-TIME 39 RESPONSE-TIME
40 CLIENT
39 41
40 ============================ 42 ============================
41 DevTools frontend is reopened. 43 DevTools frontend is reopened.
42 ==== ServiceWorkersView ==== 44 ==== ServiceWorkersView ====
43 127.0.0.1 45 127.0.0.1
44 46
45 Scope: /inspector/service-workers/resources/service-worker-redundant-scope/ 47 Scope: /inspector/service-workers/resources/service-worker-redundant-scope/
46 activated 48 activated
47 inspectrunning 49 inspectrunning
48 Script: /inspector/service-workers/resources/changing-worker.php 50 Script: /inspector/service-workers/resources/changing-worker.php
49 RESPONSE-TIME 51 RESPONSE-TIME
50 52
51 ============================ 53 ============================
52 54
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/http/tests/inspector/service-workers/service-workers-test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698