13 lines
337 B
INI
13 lines
337 B
INI
[instantiateStreaming.any.html]
|
|
expected:
|
|
if os == "android": [OK, CRASH]
|
|
|
|
[instantiateStreaming.any.worker.html]
|
|
|
|
[instantiateStreaming.any.sharedworker.html]
|
|
expected:
|
|
if (os == "mac") and not debug: [OK, CRASH]
|
|
|
|
[instantiateStreaming.any.serviceworker.html]
|
|
expected:
|
|
if (os == "android") and not debug: [OK, ERROR]
|