haikuwebkit/LayoutTests/platform/win/plugins/window-geometry-initialized...

20 lines
400 B
HTML

<html>
<head>
<body>
<embed id="testPlugin"
type="application/x-webkit-test-netscape"
src="data:text/plain,"
test="window-geometry-initialized-before-set-window">
</embed>
<div>
This tests that a plugin's HWND is already sized and positioned before NPP_SetWindow is called.
</div>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</body>
</html>