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

Unified Diff: third_party/WebKit/PRESUBMIT.py

Issue 2139973002: Adjust the comment for W3C test harness tutorial in PRESUBMIT.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/PRESUBMIT.py
diff --git a/third_party/WebKit/PRESUBMIT.py b/third_party/WebKit/PRESUBMIT.py
index b6d2afc15a6900d5073d68c54063817ef65331d8..5f060cc805d4d3c4d249804bd1c8cfc695f3cc0f 100644
--- a/third_party/WebKit/PRESUBMIT.py
+++ b/third_party/WebKit/PRESUBMIT.py
@@ -206,8 +206,8 @@ def _CheckForJSTest(input_api, output_api):
'instead, as these can be more easily upstreamed to Web Platform '
'Tests for cross-vendor compatibility testing. If you\'re not '
'already familiar with this framework, a tutorial is available at '
- 'https://darobin.github.io/test-harness-tutorial/docs/using-testharness.html.'
- 'with the new framework.\n\n%s' % '\n'.join(errors))]
+ 'https://darobin.github.io/test-harness-tutorial/docs/using-testharness.html'
+ '\n\n%s' % '\n'.join(errors))]
return []
def _CheckForFailInFile(input_api, f):
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698