blob: 098a5eb5aba183616eff2e0bfc2558e3f5e5eb9f [file] [log] [blame]
<html>
<head>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
testRunner.setCanOpenWindows(true);
testRunner.setNewWindowsCopyBackForwardList(true);
}
</script>
</head>
<body onload="window.open('data:text/html,<script>if (window.testRunner) testRunner.notifyDone();</script>');">
<pre>
This test only works in DRT by tickling the [WebView _loadBackForwardListFromOtherView:] method.
If it doesn't crash, then the test passes.
</pre>
</body>
</html>