Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / plugins / missing-plugin.html
blob761ef386a4e5e22b206fa4fe4732b677bf437566
1 <html>
2 <head>
3 <script>
4 if (window.testRunner)
5 testRunner.dumpAsText();
6 </script>
7 </head>
8 <body>
9 <embed type="application/x-webkit-test-netscape"></embed>
10 <embed type="application/x-non-existent"></embed>
11 <p>
12 This tests that a missing plugin does not cause an assertion failure.
13 <a href="http://webkit.org/b/41900">Bug 41900</a>
14 </p>
15 </body>
16 </html>