Revision 92461700073cb989bf1df2deada5413b06647b80 authored by Kenichi Ishibashi on 27 March 2018, 03:21:32 UTC, committed by Blink WPT Bot on 27 March 2018, 03:30:28 UTC
This CL adds some tests for PerformanceNavigationTiming
which are involved with service worker.
- SW intercepts a navigation
- SW falls back to network
- Redirect and SW intercepts a navigation

These tests check `workerStart <= fetchStart` because starting
a worker should happen before fetching a resource when service
worker is involved.

Bug: 782958
Change-Id: Idd3fa8f76a328e77ee531b81bd91ee3db223f12c
Reviewed-on: https://chromium-review.googlesource.com/979873
Commit-Queue: Kenichi Ishibashi <bashi@chromium.org>
Reviewed-by: Makoto Shimazu <shimazu@chromium.org>
Reviewed-by: Matt Falkenhagen <falken@chromium.org>
Cr-Commit-Position: refs/heads/master@{#545935}
1 parent 06f77f6
History
File Mode Size
resources
OWNERS -rw-r--r-- 44 bytes
body-basic-manual.html -rw-r--r-- 981 bytes
body-empty-manual.html -rw-r--r-- 1.2 KB
common.js -rw-r--r-- 1.5 KB
constructor-basic.html -rw-r--r-- 824 bytes
constructor-invalid.html -rw-r--r-- 718 bytes
event-onclick-manual.html -rw-r--r-- 870 bytes
event-onclose.html -rw-r--r-- 1019 bytes
event-onerror-default-manual.html -rw-r--r-- 1.0 KB
event-onerror-denied-manual.html -rw-r--r-- 970 bytes
event-onshow.html -rw-r--r-- 1014 bytes
icon-basic-manual.html -rw-r--r-- 1006 bytes
icon-empty-manual.html -rw-r--r-- 939 bytes
instance.html -rw-r--r-- 2.0 KB
interfaces.html -rw-r--r-- 3.1 KB
lang.html -rw-r--r-- 2.3 KB
permission.html -rw-r--r-- 535 bytes
requestPermission-denied-manual.html -rw-r--r-- 773 bytes
requestPermission-granted-manual.html -rw-r--r-- 566 bytes
shownotification-resolve-manual.https.html -rw-r--r-- 1.7 KB
tag-different-manual.html -rw-r--r-- 1.4 KB
tag-same-manual.html -rw-r--r-- 1.4 KB

back to top