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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/html/syntax/parsing/html5lib_tests26.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_tests26.html
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/syntax/parsing/html5lib_tests26.html b/third_party/WebKit/LayoutTests/imported/wpt/html/syntax/parsing/html5lib_tests26.html
index d2909b60645efe83fff0fa898a2fff40c24f4aeb..49566d2feb41ae56eac73ec8426fed5236223688 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/html/syntax/parsing/html5lib_tests26.html
+++ b/third_party/WebKit/LayoutTests/imported/wpt/html/syntax/parsing/html5lib_tests26.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 = ['6232bd8c710002d3b3c375903a712d05163a821d','5e4fff339b6d191d80311bfa258a9b62e063c6aa','8695403efa4e413a1ad1f99984a8c0ecba379698','c3aa0a4f4e81fa4a2fd398c7a7a090d2c3f955f4','167bc3c289b234ab99fe96eaa0845682345de48c','3dacba9a76b8c454b42b9868252bbb6b68327184','8f1c4c0f0eee7b8136934ee18bd3beffbc7f2fe0','7369c472433b6dd76585b797fd3708e474601ecc','c085683feffd9da64f8782545042884173a1d1e3','be84971ac4a451e91099d225d0315dd17a88b830','9d63346ca23dc3ee41e29fe7d8403934bce8c610','8434eb9c0c3daf656b3158f5955d07e39ddc6444','6c95a99290e309b638b958272686a21486fa561e','37d360649a2b092ad05e1be1c9ea65bfec83ca6d','8919621ebbd1f4df0fdaacee3e53dc959a2d9235','3723d028349cbbc1a5c3f014987bb11c8ba804d0',];

Powered by Google App Engine
This is Rietveld 408576698