blob: 4c1fb84045fd07bc18493cfc82dfebc12c4ce707 [file] [log] [blame]
<html>
<head>
<script>
function doTest()
{
// Test DOM access
document.getElementById("testPlugin").testDOMAccess();
}
</script>
</head>
<body onload="doTest();">
<p>This page tests whether Netscape plug-ins can access their own DOM elements. The plug-in should have a 3px red border.</p>
<embed id="testPlugin" type="application/x-webkit-test-netscape" width="200" height="200"></embed>
</body>
</html>