| Index: LayoutTests/fast/parser/xhtml-synchronous-detach-crash.html
|
| diff --git a/LayoutTests/fast/parser/xhtml-synchronous-detach-crash.html b/LayoutTests/fast/parser/xhtml-synchronous-detach-crash.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..afc2e80d47ddff8bd42dc7a94c0c04f939abd90c
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/parser/xhtml-synchronous-detach-crash.html
|
| @@ -0,0 +1,14 @@
|
| +<body>
|
| +<script>
|
| +if (window.testRunner)
|
| + testRunner.waitUntilDone();
|
| +
|
| +window.onload = function() {
|
| + setTimeout(function() {
|
| + testRunner.dumpAsText();
|
| + testRunner.notifyDone();
|
| + }, 0);
|
| +}
|
| +</script>
|
| +<iframe src='resources/remove-parent.xhtml'></iframe>
|
| +This test passes if it does not crash.
|
|
|