blob: 4c492b7c95e5de90ed84a3b7dced5357173ef5ea (
plain)
1
2
3
4
5
6
7
|
[historical.https.html]
expected:
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
if (os == "android") and fission: [OK, TIMEOUT]
[Service worker test setup]
expected:
if (processor == "x86") and not debug: [PASS, TIMEOUT]
|