1 <p>This tests that navigating to two pages in a subframe, and then going back does not cause an assertion.
</p>
2 <p>SUCCESS - Didn't assert!
</p>
4 if (window
.testRunner
) {
5 testRunner
.queueLoad('data:text/html,test1', 'target')
6 testRunner
.queueLoad('data:text/html,test2', 'target')
7 testRunner
.queueBackNavigation(1);
9 document
.write('This test must be run by DumpRenderTree!')