| <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 plug-in back to the plug-in.</p> | |
| <p>PASS if no crash.</p> | |
| <embed id="plug-in" type="application/x-webkit-test-netscape" width=100 height=100></embed> | |
| <script> | |
| if (window.testRunner) | |
| testRunner.dumpAsText(); | |
| var plugIn = document.getElementById("plug-in"); | |
| plugIn.remember(plugIn.testObject); | |
| </script> | |
| </body> |