Index: LayoutTests/fast/events/touch/tap-highlight-color.html |
diff --git a/LayoutTests/fast/events/touch/tap-highlight-color.html b/LayoutTests/fast/events/touch/tap-highlight-color.html |
index 079d098f5a6f06601827ccfdd14d435bfa62bab1..aa6c3330e4eb7ce7a1746255cbbc4bf3e7339b1a 100644 |
--- a/LayoutTests/fast/events/touch/tap-highlight-color.html |
+++ b/LayoutTests/fast/events/touch/tap-highlight-color.html |
@@ -1,7 +1,7 @@ |
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> |
<html> |
<head> |
-<script src="../../js/resources/js-test-pre.js"></script> |
+<script src="../../../resources/js-test.js"></script> |
<!-- |
To test the new CSS property -webkit-tap-highlight-color we create a new div element and |
add -webkit-tap-highlight-color in the element, then see whether we can get the specified tap highlight color from DOM. |