| Index: LayoutTests/fast/frames/reparented-iframe-cleared-contentWindow.html
|
| diff --git a/LayoutTests/fast/frames/reparented-iframe-cleared-contentWindow.html b/LayoutTests/fast/frames/reparented-iframe-cleared-contentWindow.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ba222dfcde5a6dbdda307a9ab275e5e52de0ea46
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/frames/reparented-iframe-cleared-contentWindow.html
|
| @@ -0,0 +1,17 @@
|
| +<script src='../../resources/js-test.js'></script>
|
| +<body>
|
| +<b><p>
|
| +<iframe></iframe>
|
| +<script>document.body.offsetTop; /* force iframe to attach synchronously */</script>
|
| +<!--
|
| +Force reparenting by closing <b> first. This makes the following tree:
|
| ++b
|
| ++p
|
| + +b
|
| + +iframe
|
| + +script
|
| +-->
|
| +</b></p>
|
| +<script>
|
| +debug('PASS if test does not crash in DEBUG builds.');
|
| +</script>
|
|
|