| Index: LayoutTests/plugins/npruntime/invoke-failure.html
|
| diff --git a/LayoutTests/plugins/npruntime/invoke-failure.html b/LayoutTests/plugins/npruntime/invoke-failure.html
|
| deleted file mode 100644
|
| index 810cd00619e6a3bde1247027f2cc480dcad206e4..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/plugins/npruntime/invoke-failure.html
|
| +++ /dev/null
|
| @@ -1,13 +0,0 @@
|
| -<html><body>
|
| -<embed name="plg" type="application/x-webkit-test-netscape"></embed>
|
| -<div id="console">FAILURE: No exception caught.</div>
|
| -<script>
|
| - if (window.testRunner)
|
| - testRunner.dumpAsText();
|
| -
|
| - try {
|
| - plg.testFail();
|
| - } catch (e) {
|
| - document.getElementById('console').innerHTML = 'SUCCESS: Exception caught: ' + e;
|
| - }
|
| -</script></body></html>
|
|
|