Index: LayoutTests/plugins/npruntime/round-trip-npobject.html |
diff --git a/LayoutTests/plugins/npruntime/round-trip-npobject.html b/LayoutTests/plugins/npruntime/round-trip-npobject.html |
deleted file mode 100644 |
index 992cf89cfec32677c50f39b71fe0bc427bb97950..0000000000000000000000000000000000000000 |
--- a/LayoutTests/plugins/npruntime/round-trip-npobject.html |
+++ /dev/null |
@@ -1,15 +0,0 @@ |
-<body> |
-<p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=35965">bug 35965</a>: |
-Crash when passing an object returned from plugin back to the plugin.</p> |
-<p>PASS if no crash.</p> |
-<embed id="plugin" type="application/x-webkit-test-netscape" width=100 height=100></embed> |
-<script> |
- if (window.testRunner) |
- testRunner.dumpAsText(); |
- |
- var plugIn = document.getElementById("plugin"); |
- |
- plugIn.remember(plugIn.testObject); |
- |
-</script> |
-</body> |