| Index: LayoutTests/http/tests/htmlimports/resources/normalize-child-3.html
|
| diff --git a/LayoutTests/fast/dom/Window/setting-properties-on-closed-window-expected.txt b/LayoutTests/http/tests/htmlimports/resources/normalize-child-3.html
|
| similarity index 50%
|
| copy from LayoutTests/fast/dom/Window/setting-properties-on-closed-window-expected.txt
|
| copy to LayoutTests/http/tests/htmlimports/resources/normalize-child-3.html
|
| index 565939307f874283195a9cc2def380b8a7cb561f..4daab6858c398e054f1ca288d1053f9a9c407cb4 100644
|
| --- a/LayoutTests/fast/dom/Window/setting-properties-on-closed-window-expected.txt
|
| +++ b/LayoutTests/http/tests/htmlimports/resources/normalize-child-3.html
|
| @@ -1,3 +1,5 @@
|
| -This tests that setting properties on a closed window object does not crash.
|
| +<link rel="import" href="normalize-child-4.html">
|
| +<script>
|
| +recordImported();
|
| +</script>
|
|
|
| -SUCCESS - Didn't crash
|
|
|