Source code

Revision control

Copy as Markdown

Other Tools

[navigation-navigate-replace-intercept.html]
expected:
if (os == "linux") and fission and not debug and (processor == "x86_64") and not asan and not tsan: [CRASH, OK]
if (os == "win") and not debug and (processor == "x86"): [ERROR, OK, CRASH]
if (os == "linux") and fission and debug: [CRASH, OK]
if (os == "android") and not debug: [CRASH, OK]
[OK, CRASH]
[currententrychange fires for navigation.navigate() with replace intercepted by intercept()]
expected: FAIL