Source code
Revision control
Copy as Markdown
Other Tools
[cross-document-nav-same-document-traversal.html]
[cross-document navigations are stopped by same-document back()]
expected:
if (os == "linux") and (processor == "x86_64") and not tsan and asan and fission: [PASS, FAIL]
if (os == "linux") and (processor == "x86_64") and not tsan and asan and not fission: [PASS, FAIL]
if (os == "win") and not debug and (processor == "x86_64"): FAIL
if (os == "linux") and (processor == "x86_64") and tsan: [PASS, FAIL]
if (os == "android") and debug and not sessionHistoryInParent: FAIL
if (os == "mac") and not debug: FAIL
if (os == "android") and not debug: FAIL
[FAIL, PASS]