Skip to content

Commit

Permalink
Update links to testharness.js to point to new location.
Browse files Browse the repository at this point in the history
After moving testharness.js to be part of web-platform-tests its
documentation is no longer available at the old location.

BUG=None

Review-Url: https://codereview.chromium.org/2858043002
Cr-Commit-Position: refs/heads/master@{#469086}
  • Loading branch information
mkruisselbrink authored and Commit bot committed May 3, 2017
1 parent fd8809b commit b330e31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/testing/writing_layout_tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b330e31

Please sign in to comment.