| Index: LayoutTests/fast/css/hover-active-drag.html
|
| diff --git a/LayoutTests/fast/css/hover-active-drag.html b/LayoutTests/fast/css/hover-active-drag.html
|
| index e07827f4c2807c1cad331626f2633da14bb3eac8..dd11864e38005b570a93735330ad181b8a566ebf 100644
|
| --- a/LayoutTests/fast/css/hover-active-drag.html
|
| +++ b/LayoutTests/fast/css/hover-active-drag.html
|
| @@ -18,7 +18,7 @@
|
| <pre id="console"></pre>
|
| </body>
|
|
|
| -<script src="../js/resources/js-test-pre.js"></script>
|
| +<script src="../../resources/js-test.js"></script>
|
| <script>
|
| function shouldHaveBackground(element, bg) {
|
| background = getComputedStyle(element, null).getPropertyValue("background-color")
|
|
|