| Index: LayoutTests/fast/css/background-currentcolor.html
|
| diff --git a/LayoutTests/fast/css/background-currentcolor.html b/LayoutTests/fast/css/background-currentcolor.html
|
| index 01d7cf76e3c417f0f8cd91ef6c51e884aded955e..084859c4294eb92bd1bb1e5814dee563314dda57 100644
|
| --- a/LayoutTests/fast/css/background-currentcolor.html
|
| +++ b/LayoutTests/fast/css/background-currentcolor.html
|
| @@ -8,7 +8,7 @@
|
| <div id="test3" style="color:currentColor; background: currentColor"></div>
|
| </div>
|
| </div>
|
| -<script src="../../fast/js/resources/js-test-pre.js"></script>
|
| +<script src="../../resources/js-test.js"></script>
|
| <script>
|
| description('Test that background-color is non-inherit and currentColor is handled correctly.');
|
| var test1 = document.getElementById("test1");
|
|
|