| Index: LayoutTests/fast/events/scale-and-scroll-window.html
|
| diff --git a/LayoutTests/fast/events/scale-and-scroll-window.html b/LayoutTests/fast/events/scale-and-scroll-window.html
|
| index f671861fabd4342eab0e7da9275f1824f9a6d46e..0f151222ae8a7d6d968420084825777bc42dca3f 100644
|
| --- a/LayoutTests/fast/events/scale-and-scroll-window.html
|
| +++ b/LayoutTests/fast/events/scale-and-scroll-window.html
|
| @@ -33,7 +33,7 @@
|
| scroll();
|
| }
|
| </script>
|
| - <script src="../js/resources/js-test-pre.js"></script>
|
| + <script src="../../resources/js-test.js"></script>
|
| </head>
|
| <body style="width:2000px; height:2000px; margin:0px;" onload="test();">
|
| <div style="left:0; top:0; width:100px; height:100px; position:absolute; background:yellow;"></div>
|
|
|