Update web-platform-tests to revision 0159b3ec9ba5355a3340621226e02ae026effd7f

This commit is contained in:
Ms2ger 2015-09-22 16:41:09 +02:00
parent d588ce8d85
commit 43a50e298a
37 changed files with 1341 additions and 62 deletions

View file

@ -42,7 +42,7 @@ running in automation. In general the following order of preference holds:
* WebDriver tests - for testing the webdriver protocol itself or (in
the future) for certain tests that require access to privileged APIs.
* Manual tests - as a last resort for anything that can't be tested
* [Manual tests][manual-tests] - as a last resort for anything that can't be tested
using one of the above techniques.
Some scenarios demand certain test types. For example:
@ -328,6 +328,7 @@ see the [lint-tool documentation][lint-tool].
[lint-tool]: ./lint-tool.html
[reftests]: ./reftests.html
[manual-tests]: ./manual-test.html
[test-templates]: ./test-templates.html
[requirement-flags]: ./test-templates.html#requirement-flags
[testharness-documentation]: ./testharness-documentation.html