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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_copier.py

Issue 2696323003: Link to new web-platform-tests.org documentation from our own (Closed)
Patch Set: Created 3 years, 10 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/Tools/Scripts/webkitpy/w3c/test_copier.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_copier.py b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_copier.py
index 7e0c7712b2a25ace12b718a0681a79b8178d1898..6aa4dbb4fe4c7985d9e4f8c0ca0a1a3f02662f9b 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_copier.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_copier.py
@@ -108,11 +108,11 @@ class TestCopier(object):
jstests = 0
# Files in 'tools' are not for browser testing, so we skip them.
- # See: http://testthewebforward.org/docs/test-format-guidelines.html#tools
+ # See: http://web-platform-tests.org/writing-tests/general-guidelines.html#tools
dirs_to_skip = ('.git', 'test-plan', 'tools')
# We copy all files in 'support', including HTML without metadata.
- # See: http://testthewebforward.org/docs/test-format-guidelines.html#support-files
+ # See: http://web-platform-tests.org/writing-tests/general-guidelines.html#support-files
dirs_to_include = ('resources', 'support')
if dirs:
« docs/testing/writing_layout_tests.md ('K') | « third_party/WebKit/Source/core/dom/custom/README.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698