Index: LayoutTests/fast/css/counters/counterValueForElementById.html |
diff --git a/LayoutTests/fast/css/counters/counterValueForElementById.html b/LayoutTests/fast/css/counters/counterValueForElementById.html |
index 7bd55c1df7a5772f3f93f12d13b9406b0333924a..b8c87945182c28429b901cd90e797665b35628e1 100644 |
--- a/LayoutTests/fast/css/counters/counterValueForElementById.html |
+++ b/LayoutTests/fast/css/counters/counterValueForElementById.html |
@@ -11,7 +11,7 @@ |
.show-three-greeks:before { content: counters(c, ".", lower-greek) counters(c, ".", lower-greek); } |
.show-three-greeks:after { content: counters(c, ".", lower-greek); } |
</style> |
- <script src="../../js/resources/js-test-pre.js"></script> |
+ <script src="../../../resources/js-test.js"></script> |
</head> |
<body> |
<div>This is the test for window.internals.counterValueForElementById</div> |