Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUsing history.back() on Window object of iFrame element doesn't trigger onload attr #24302
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In /navigation-timing/nav2_test_navigation_type_backforward.html, Servo seems to stall on Step 2 as triggering a backwards navigation on the iFrame element doesn't seem to trigger the
onload_test()which is what the onload attribute is set to on the relevant iFrame. This issue was uncovered through development on #23873.@jdm