Source code
Revision control
Copy as Markdown
Other Tools
[navigate-history-back-bfcache.html]
expected:
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
if (os == "mac") and not debug: [TIMEOUT, OK]
if (os == "linux") and not debug: [OK, TIMEOUT]
[navigate event should fire when traversing to a bfcache hit]
expected:
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
if (os == "mac") and not debug: [TIMEOUT, PASS]
if (os == "linux") and not debug: [PASS, TIMEOUT]