Source code
Revision control
Copy as Markdown
Other Tools
[resource-selection-invoke-in-sync-event.html]
[await a stable state and sync event handlers]
expected:
if (os == "linux") and ccov: [PASS, FAIL]
if (os == "linux") and not debug and not asan and not tsan: FAIL
if (os == "win") and not debug and (processor == "x86_64"): [FAIL, PASS]
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
if (os == "android") and sessionHistoryInParent and debug: [PASS, FAIL]
if (os == "android") and sessionHistoryInParent and not debug: [FAIL, PASS]
if (os == "android") and not sessionHistoryInParent and debug: [PASS, FAIL]
if (os == "android") and not sessionHistoryInParent and not debug: [FAIL, PASS]
if (os == "mac") and not debug: FAIL