| Index: LayoutTests/fast/frames/create-iframe-on-blur.html
|
| diff --git a/LayoutTests/fast/frames/create-iframe-on-blur.html b/LayoutTests/fast/frames/create-iframe-on-blur.html
|
| index 849e9b65f4b7406a5792a96f18256e76743366aa..eda6d041d285a2a1cfe7ea6e47e3043880cfbd8d 100644
|
| --- a/LayoutTests/fast/frames/create-iframe-on-blur.html
|
| +++ b/LayoutTests/fast/frames/create-iframe-on-blur.html
|
| @@ -16,5 +16,4 @@ input.addEventListener('blur', function() {
|
| container.innerHTML = '';
|
| shouldBeNull("iframe.contentWindow");
|
| </script>
|
| -<script src="../js/resources/js-test-post.js"></script>
|
| </body>
|
|
|