blob: 6d32724efd62bfb819f208566f31f45c1895e0ce (
plain)
1
2
3
4
5
6
7
8
9
|
[update-on-navigation.https.html]
expected:
if (os == "android") and debug and not swgl: [OK, ERROR]
if (os == "mac") and not debug: [OK, TIMEOUT]
if (os == "linux") and not fission: [OK, TIMEOUT]
[The active service worker in charge of a navigation load should not be terminated as part of updating the registration]
expected:
if (os == "win") and not debug: [PASS, FAIL]
if (os == "mac") and not debug: [PASS, TIMEOUT, FAIL]
|