Skip to content

Commit d0cc036

Browse files
Uzlopakgithub-actions[bot]
authored andcommitted
chore: update WPT
1 parent 9c3ed66 commit d0cc036

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/fixtures/wpt/service-workers/service-worker/tentative/static-router/static-router-resource-timing.https.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
if (entry.workerFinalSourceType === 'cache') {
6464
assert_equals(entry.fetchStart, entry.responseStart, description);
6565
assert_less_than_equal(entry.workerCacheLookupStart, entry.responseStart, description);
66+
assert_equals(entry.deliveryType, 'cache-storage', description);
6667
} else {
6768
assert_less_than_equal(entry.workerCacheLookupStart, entry.fetchStart, description);
6869
}

0 commit comments

Comments
 (0)