Index: LayoutTests/fast/dom/shadow/link-in-shadow-tree.html |
diff --git a/LayoutTests/fast/dom/shadow/link-in-shadow-tree.html b/LayoutTests/fast/dom/shadow/link-in-shadow-tree.html |
index 74b6184b7e777fd301252b4c243a3ed3b0b404a6..343636a3b4f2a98bda58efc3c340c5f3ccb3af1a 100644 |
--- a/LayoutTests/fast/dom/shadow/link-in-shadow-tree.html |
+++ b/LayoutTests/fast/dom/shadow/link-in-shadow-tree.html |
@@ -6,7 +6,7 @@ |
<div id="container"><span id="in-host-children" class="kotori" href="/">tehepero</span></div> |
<div><span id="outside-of-shadow" class="kotori" href="/">tehepero</span></div> |
-<script src="../../js/resources/js-test-pre.js"></script> |
+<script src="../../../resources/js-test.js"></script> |
<script> |
function computedBackgroundColor(elem) { |
var style = document.defaultView.getComputedStyle(elem, ''); |