Index: LayoutTests/fast/css/css3-nth-tokens-style.html |
diff --git a/LayoutTests/fast/css/css3-nth-tokens-style.html b/LayoutTests/fast/css/css3-nth-tokens-style.html |
index 837d5d8ff8dbcb4dea7b1affd7e561bfc6d38c30..bb7c8e8e49b545c47b8995d74df6e47f387a6cd5 100644 |
--- a/LayoutTests/fast/css/css3-nth-tokens-style.html |
+++ b/LayoutTests/fast/css/css3-nth-tokens-style.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> |
<style> |
span.c1:nth-of-type(2n + 1){ color: red; } |
span.c1:nth-of-type(2n - 2){ color: green; } |