blob: 195bef87ecd6f72239999a02c9cbf6c91c44d658 [file] [log] [blame]
<html>
<head>
<script type="text/javascript">
function runTest() {
document.plugin.remember(window.top);
window.top.onSubframeLoaded();
}
function outputResult() {
window.top.document.getElementById('result').innerHTML = 'FAILURE';
}
</script>
</head>
<body onload="runTest();">
<embed name="plugin" type="application/x-webkit-test-netscape"></embed>
</body>
</html>