| Index: LayoutTests/plugins/destroy-reentry.html
|
| diff --git a/LayoutTests/plugins/destroy-reentry.html b/LayoutTests/plugins/destroy-reentry.html
|
| deleted file mode 100644
|
| index 0419527fa43c75b29128fe3f8d5bd9e46bdba049..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/plugins/destroy-reentry.html
|
| +++ /dev/null
|
| @@ -1,33 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<head>
|
| -<script>
|
| - function destroyed()
|
| - {
|
| - var target = document.getElementById("target");
|
| - target.parentNode.removeChild(target);
|
| - }
|
| -
|
| - function loaded()
|
| - {
|
| - if (window.testRunner) {
|
| - testRunner.dumpAsText();
|
| - testRunner.waitUntilDone();
|
| - }
|
| -
|
| - document.body.offsetTop;
|
| - location.href = "data:text/html,<head><scr" + "ipt>function loaded() { if (window.testRunner) testRunner.notifyDone(); }</scr" + "ipt></head><body onload='loaded()'>Test for rdar://problem/6937089 PASSED.</body>";
|
| - }
|
| -</script>
|
| -<body onload="loaded()">
|
| -<p>
|
| - Test for <i><a href="rdar://problem/6937089">rdar://problem/6937089</a> Crashes at LayoutPart::destroy()</i>.
|
| -</p>
|
| -<p>
|
| - This test should not crash or cause an assertion failure.
|
| -</p>
|
| -<div id="target">
|
| - <embed type="application/x-webkit-test-netscape" ondestroy="destroyed()">
|
| -</div>
|
| -</body>
|
| -</html>
|
|
|