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

Unified Diff: docs/testing/writing_layout_tests.md

Issue 2858043002: Update links to testharness.js to point to new location. (Closed)
Patch Set: Created 3 years, 8 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: docs/testing/writing_layout_tests.md
diff --git a/docs/testing/writing_layout_tests.md b/docs/testing/writing_layout_tests.md
index 81146831e66ea7a3ad6bc5059302bc8f3ed608a2..7ca4d0fa55c88cceada5fcfbd7911a08dd760669 100644
--- a/docs/testing/writing_layout_tests.md
+++ b/docs/testing/writing_layout_tests.md
@@ -93,13 +93,13 @@ alternatives, which will be described in future sections, result in slower and
less reliable tests.
All new JavaScript tests should be written using the
-[testharness.js](https://github.com/w3c/testharness.js/) testing framework. This
-framework is used by the tests in the
+[testharness.js](https://github.com/w3c/web-platform-tests/tree/master/resources)
+testing framework. This framework is used by the tests in the
[web-platform-tests](https://github.com/w3c/web-platform-tests) repository,
which is shared with all the other browser vendors, so `testharness.js` tests
are more accessible to browser developers.
-See the [API documentation](https://github.com/w3c/testharness.js/blob/master/docs/api.md)
+See the [API documentation](http://web-platform-tests.org/writing-tests/testharness-api.html)
for a thorough introduction to `testharness.js`.
Layout tests should follow the recommendations of the above documentation.
« 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