blob: c17317d7d933d742fb8b17dca2c6799327447f12 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
if (window.testRunner)
testRunner.waitUntilDone();
function runTest() {
setTimeout(function () {
if (window.testRunner)
testRunner.notifyDone();
}, 200);
}
</script>
</head>
<body onload='runTest();'>
<!-- This tests if plugins from page cache show up after history navigation. -->
<iframe src='../images/resources/green_rectangle.pdf'></iframe>
</body>
</html>