14 lines
377 B
INI
14 lines
377 B
INI
[scheme-others.sub.any.sharedworker.html]
|
|
|
|
[scheme-others.sub.any.html]
|
|
expected:
|
|
if os == "android": [OK, CRASH]
|
|
|
|
[scheme-others.sub.any.serviceworker.html]
|
|
expected:
|
|
if (os == "mac") and not debug: [OK, ERROR]
|
|
if (os == "android") and not debug: [OK, ERROR]
|
|
|
|
[scheme-others.sub.any.worker.html]
|
|
expected:
|
|
if (os == "android") and not debug: [OK, CRASH]
|