Index: LayoutTests/fast/css/csstext-of-content-string.html |
diff --git a/LayoutTests/fast/css/csstext-of-content-string.html b/LayoutTests/fast/css/csstext-of-content-string.html |
index 010f633bb3234e1727a1e67b82ec35ef74345f33..a6c7dac88568da0ad46513cb2b8d824d55e4dab0 100644 |
--- a/LayoutTests/fast/css/csstext-of-content-string.html |
+++ b/LayoutTests/fast/css/csstext-of-content-string.html |
@@ -1,7 +1,7 @@ |
<!doctype html> |
<html> |
<head> |
-<script src="../js/resources/js-test-pre.js"></script> |
+<script src="../../resources/js-test.js"></script> |
<style id='style'> |
#A::after { content: 'A'; } |
#B::after { content: '\'B\''; } |