Source code

Revision control

Copy as Markdown

Other Tools

[forward-triggers-hashchange.html]
bug:
if (os == "android") and not fission: https://bugzilla.mozilla.org/show_bug.cgi?id=1712641
expected:
if fission and (os == "android"): [OK, TIMEOUT]
if (os == "android") and not fission: TIMEOUT
[Navigating forward after replace() should still trigger hashchange]
bug:
if (os == "android") and not fission: https://bugzilla.mozilla.org/show_bug.cgi?id=1712641
expected:
if (os == "android") and not fission: TIMEOUT