haikuwebkit/LayoutTests/plugins/missing-plugin.html

17 lines
370 B
HTML

<html>
<head>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</head>
<body>
<embed type="application/x-webkit-test-netscape"></embed>
<embed type="application/x-non-existent"></embed>
<p>
This tests that a missing plug-in does not cause an assertion failure.
<a href="http://webkit.org/b/41900">Bug 41900</a>
</p>
</body>
</html>