Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(302)

Unified Diff: LayoutTests/fast/dom/shadow/link-in-shadow-tree.html

Issue 58533003: Move fast/js/resources files to resources. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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, '');

Powered by Google App Engine
This is Rietveld 408576698