| Index: LayoutTests/fast/frames/set-iframe-src-in-pagehide-crash.html
|
| diff --git a/LayoutTests/fast/frames/set-iframe-src-in-pagehide-crash.html b/LayoutTests/fast/frames/set-iframe-src-in-pagehide-crash.html
|
| index 27ff9f9ab4b64ca9c83da40a3a13bff018554244..62eae9ffc21917c498ca7ea5739ec55d7bc98502 100644
|
| --- a/LayoutTests/fast/frames/set-iframe-src-in-pagehide-crash.html
|
| +++ b/LayoutTests/fast/frames/set-iframe-src-in-pagehide-crash.html
|
| @@ -3,7 +3,7 @@
|
| <div id=one><iframe></iframe></div>
|
| <div id=two></div>
|
| <div id=three></div>
|
| -<script src="../js/resources/js-test-pre.js"></script>
|
| +<script src="../../resources/js-test.js"></script>
|
| <script>
|
| description("Setting an iframe's src in a pagehide handler should not create a frame (nor a crash)");
|
| var div1 = document.getElementById('one');
|
|
|