Index: LayoutTests/css3/calc/color-rgb.html |
diff --git a/LayoutTests/css3/calc/color-rgb.html b/LayoutTests/css3/calc/color-rgb.html |
index 3b54fefff8506573b92bf0a3336da7d3d49053ef..dc22f732c62139b851a8580abe8798c5a9fb8d3c 100644 |
--- a/LayoutTests/css3/calc/color-rgb.html |
+++ b/LayoutTests/css3/calc/color-rgb.html |
@@ -1,5 +1,5 @@ |
<!DOCTYPE HTML> |
-<script src="../../fast/js/resources/js-test-pre.js"></script> |
+<script src="../../resources/js-test.js"></script> |
<style> |
#controlsimple { color: rgb(10,180,30); } |
#simple { color: rgb(calc(10),calc(18 * 10),calc(30)); } |