blob: ccb6eb063e2fcf233b25e0d6918b2dd8e7b778a6 [file] [log] [blame]
Verify that changes done by history.replaceState and history.pushState update visitedLinks.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
This link should get colored visited as a result of replaceState() setting it as the current URL
This link should get colored visited as a result of pushState() adding it to the forward list
If you're running in a browser, the link should be orange-on-black and you should see "replacedURL.html" in your global history.
If you're running in DRT, the test will also append "PASS" or "FAIL".
FAIL style1.color failed to change to rgb(255, 165, 0) in 0.5 seconds.
FAIL style2.color failed to change to rgb(255, 165, 0) in 0.5 seconds.
PASS successfullyParsed is true
TEST COMPLETE