blob: 579b6ba2ea86a74a3af2c6f707e14ccfe1106072 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Tests that appending iframe with with no URL and setting its URL later (without the hash part) does not overwrite current history entry.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS successfullyParsed is true
TEST COMPLETE
============== Back Forward List ==============
curr-> (file test):fast/history/history-length-append-subframe-no-hash.html#wentBack
about:blank (in frame "<!--framePath //<!--frame0-->-->")
data:text/html,<body onload="history.back()">Must not see this text!!!</body>
===============================================
|