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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/resources/readme.md

Issue 1923043002: Import web-platform-tests@028d354aba4c8ee6700def957a45f3927241d8b0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix expectations after the test harness was updated 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 unified diff | Download patch
OLDNEW
1 ## Introdution ## 1 ## Introduction ##
2 2
3 testharness.js provides a framework for writing low-level tests of 3 testharness.js provides a framework for writing low-level tests of
4 browser functionality in javascript. It provides a convenient API for 4 browser functionality in javascript. It provides a convenient API for
5 making assertions and is intended to work for both simple synchronous 5 making assertions and is intended to work for both simple synchronous
6 tests and for tests of asynchronous behaviour. 6 tests and for tests of asynchronous behaviour.
7 7
8 ## Getting Started ## 8 ## Getting Started ##
9 9
10 To use testharness.js you must include two scripts, in the order given: 10 To use testharness.js you must include two scripts, in the order given:
11 11
12 ``` html 12 ``` html
13 <script src="/resources/testharness.js"></script> 13 <script src="/resources/testharness.js"></script>
14 <script src="/resources/testharnessreport.js"></script> 14 <script src="/resources/testharnessreport.js"></script>
15 ``` 15 ```
16 16
17 ## Full documentation ## 17 ## Full documentation ##
18 18
19 Full user documentation for the API is in the 19 Full user documentation for the API is in the
20 [docs/api.md](https://github.com/w3c/testharness.js/blob/master/docs/api.md) fil e. 20 [docs/api.md](https://github.com/w3c/testharness.js/blob/master/docs/api.md) fil e.
21 21
22 You can also read a tutorial on 22 You can also read a tutorial on
23 [Using testharness.js](http://darobin.github.com/test-harness-tutorial/docs/usin g-testharness.html). 23 [Using testharness.js](http://darobin.github.com/test-harness-tutorial/docs/usin g-testharness.html).
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698