Back to Chromium

Popstate After Load Complete Window Attribute

third_party/blink/web_tests/fast/loader/stateobjects/popstate-after-load-complete-window-attribute.html

149.0.7827.2285 B
Original Source
This test does the following:
-Uses window.onpopstate to add a popstate handler
-Makes a call to pushState()
-Makes sure the history length is correct
-Goes back, and makes sure the popstate event is correct
-Goes forward, and makes sure the popstate event is correct