From 908ca060f438ce795d47f17854d4cb7b522041b4 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Fri, 15 Jan 2016 10:36:10 +0100 Subject: [PATCH] Point out where tests can be found --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 586a1ea02..ff7bbbc0d 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,8 @@ guidelines. Note that `source` is `dom.bs` and "Acknowledgements" is "Acknowledg know). Also, the DOM Standard uses [bikeshed](https://github.com/tabatkins/bikeshed) to generate `dom.html`. (Do not worry if using that tool is too complicated, your pull request does not need to contain the generated HTML.) + +### Tests + +Tests can be found in the `dom/` directory of +[`w3c/web-platform-tests`](https://github.com/w3c/web-platform-tests).