summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/plugins/missing-plugin.html
blob: 285941ee1aeaea24afe74b76ce3032c105bb5663 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<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>