Cleanup after SK_SUPPORT_LEGACY_COLOR32_MATH rebaseline
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / plugins / npp-new-fails.html
blobf02d069ee122d899aa5d5217f9816f115c2d2f17
1 <head>
2 <script src="../resources/js-test.js"></script>
3 <script>
4 if (window.testRunner) {
5 testRunner.dumpAsText();
6 testRunner.waitUntilDone();
9 function runTest()
11 var foo = document.getElementById("TestElement").someMadeUpBar;
13 testPassed("Did not crash trying to access the plugin script object.");
15 if (window.testRunner)
16 testRunner.notifyDone();
19 </script>
21 </head>
22 <body onload="runTest();">
23 <embed id="TestElement" type="application/x-webkit-test-netscape" test="npp-new-fails"></embed>
24 <p id="description"></p>
25 <div id="console"></div>
26 </body>
28 <script>
29 description("http://webkit.org/b/95026 - Tests that access to the plugin script object after the plugin fails to initialize doesn't crash");
30 </script>