blob: 934e8a23f86c80754e87e61257e881934cdbe9aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[text-utf8.any.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "mac") and debug: [OK, ERROR, CRASH]
[text-utf8.any.worker.html]
expected:
if (os == "mac") and debug: [OK, CRASH]
if (os == "android") and fission: [OK, TIMEOUT]
[text-utf8.any.serviceworker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "mac") and debug: [OK, ERROR, CRASH]
[text-utf8.any.sharedworker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "mac") and debug: [OK, ERROR, CRASH]
|