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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/html/syntax/parsing/html5lib_webkit02.html

Issue 2012333004: Fix testharness paths in imported/wpt/{dom,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/syntax/parsing/html5lib_webkit02.html
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/syntax/parsing/html5lib_webkit02.html b/third_party/WebKit/LayoutTests/imported/wpt/html/syntax/parsing/html5lib_webkit02.html
index 6db6b0dd83665f27c1eb2aca3132cb57e0801648..2d324eb7c058737250063c60738866b2a7d90058 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/html/syntax/parsing/html5lib_webkit02.html
+++ b/third_party/WebKit/LayoutTests/imported/wpt/html/syntax/parsing/html5lib_webkit02.html
@@ -14,8 +14,8 @@
<script src="common.js"></script>
<script src="test.js"></script>
<script src="template.js"></script>
- <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 num_iframes = 8;
var order = ['f50b8c15847159a6d2c6ecc2bd1e4a944ba5aae6','326328ea805a2ebdde707e08567713f88a4cf8ab','05138397908cfdad69a3bfe5da5a06098320b504','2aaa2ac0d7cec6144633d8f82f3bcaafa7498cd9','4a256d7ef602c7c917c758e15981b9710f9b4130','98cea04429ddbe4ffaaa0b91fe77b8c0b1f7c1f4','209ad7d6f6c9c53cb856c7d78b2bc4a7f38abd5f','cb9a86fbac96b08a6e708a2dbcd9f78539dfe9c6',];

Powered by Google App Engine
This is Rietveld 408576698