11 lines
381 B
INI
11 lines
381 B
INI
[shared-worker-in-data-url-context.window.html]
|
|
expected:
|
|
if not debug and not asan and (os == "mac"): [OK, CRASH]
|
|
if not debug and not asan and (os == "android"): [CRASH, OK]
|
|
if not debug and asan: CRASH
|
|
if debug: CRASH
|
|
[Create a shared worker in a data url frame]
|
|
expected: FAIL
|
|
|
|
[Create a data url shared worker in a data url frame]
|
|
expected: FAIL
|