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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/html-imports/fetching/loading-attempt.html

Issue 2018873002: Fix testharness paths in imported/wpt/* except dom and html. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months 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: third_party/WebKit/LayoutTests/imported/wpt/html-imports/fetching/loading-attempt.html
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html-imports/fetching/loading-attempt.html b/third_party/WebKit/LayoutTests/imported/wpt/html-imports/fetching/loading-attempt.html
index 7803daec12b265867862d593707b0a4c9b8f3b9f..7c1b442b11a6364abe22c409cec76802ff38ffa9 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/html-imports/fetching/loading-attempt.html
+++ b/third_party/WebKit/LayoutTests/imported/wpt/html-imports/fetching/loading-attempt.html
@@ -3,8 +3,8 @@
<head>
<title>Fetching import</title>
<link rel="help" href="http://w3c.github.io/webcomponents/spec/imports/#fetching-import">
-<script src="../../../../resources/testharness.js"></script>
-<script src="../../../../resources/testharnessreport.js"></script>
+<script src="/resources/testharness.js"></script>
+<script src="/resources/testharnessreport.js"></script>
<script>
var onloadWasCalledOnSuccess = false;

Powered by Google App Engine
This is Rietveld 408576698