blob: a8d92d56ad2f2864a4598f20c6cd9176d7483ebb (
plain)
1
2
3
4
5
6
7
8
9
10
|
[update-on-navigation.https.html]
expected:
if (os == "android") and not fission and debug and not swgl: [OK, ERROR]
if (os == "linux") and not fission: [OK, TIMEOUT]
if (os == "android") and fission: [OK, TIMEOUT, ERROR]
if (os == "mac") and not debug: [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 == "mac") and not debug: [PASS, FAIL, TIMEOUT]
if (os == "win") and not debug: [PASS, FAIL]
|