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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/README.md

Issue 2668783003: Import wpt@767dc2a4f049c761bd146d61de2ea860a895a624 (Closed)
Patch Set: Update test expectations and baselines. Created 3 years, 10 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 The Web Platform Tests Project [![IRC chat](https://goo.gl/6nCIks)](http://irc.w 3.org/?channels=testing) 1 The Web Platform Tests Project [![IRC chat](https://goo.gl/6nCIks)](http://irc.w 3.org/?channels=testing)
2 ============================== 2 ==============================
3 3
4 The Web Platform Tests Project is a W3C-coordinated attempt to build a 4 The Web Platform Tests Project is a W3C-coordinated attempt to build a
5 cross-browser testsuite for the Web-platform stack. However, for mainly 5 cross-browser testsuite for the Web-platform stack. However, for mainly
6 historic reasons, the CSS WG testsuite is in a separate repository, 6 historic reasons, the CSS WG testsuite is in a separate repository,
7 [csswg-test](https://github.com/w3c/csswg-test). Writing tests in a way 7 [csswg-test](https://github.com/w3c/csswg-test). Writing tests in a way
8 that allows them to be run in all browsers gives browser projects 8 that allows them to be run in all browsers gives browser projects
9 confidence that they are shipping software that is compatible with other 9 confidence that they are shipping software that is compatible with other
10 implementations, and that later implementations will be compatible with 10 implementations, and that later implementations will be compatible with
(...skipping 21 matching lines...) Expand all
32 ``` 32 ```
33 127.0.0.1 web-platform.test 33 127.0.0.1 web-platform.test
34 127.0.0.1 www.web-platform.test 34 127.0.0.1 www.web-platform.test
35 127.0.0.1 www1.web-platform.test 35 127.0.0.1 www1.web-platform.test
36 127.0.0.1 www2.web-platform.test 36 127.0.0.1 www2.web-platform.test
37 127.0.0.1 xn--n8j6ds53lwwkrqhv28a.web-platform.test 37 127.0.0.1 xn--n8j6ds53lwwkrqhv28a.web-platform.test
38 127.0.0.1 xn--lve-6lad.web-platform.test 38 127.0.0.1 xn--lve-6lad.web-platform.test
39 0.0.0.0 nonexistent-origin.web-platform.test 39 0.0.0.0 nonexistent-origin.web-platform.test
40 ``` 40 ```
41 41
42 If you are behind a proxy, you also need to make sure the domains above are
43 excluded from your proxy lookups.
44
42 Because web-platform-tests uses git submodules, you must ensure that 45 Because web-platform-tests uses git submodules, you must ensure that
43 these are up to date. In the root of your checkout, run: 46 these are up to date. In the root of your checkout, run:
44 47
45 ``` 48 ```
46 git submodule update --init --recursive 49 git submodule update --init --recursive
47 ``` 50 ```
48 51
49 The test environment can then be started using 52 The test environment can then be started using
50 53
51 ./serve 54 ./serve
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 [contributing]: https://github.com/w3c/web-platform-tests/blob/master/CONTRIBUTI NG.md 270 [contributing]: https://github.com/w3c/web-platform-tests/blob/master/CONTRIBUTI NG.md
268 [ircw3org]: https://www.w3.org/wiki/IRC 271 [ircw3org]: https://www.w3.org/wiki/IRC
269 [ircarchive]: http://krijnhoetmer.nl/irc-logs/testing/ 272 [ircarchive]: http://krijnhoetmer.nl/irc-logs/testing/
270 [mailarchive]: http://lists.w3.org/Archives/Public/public-test-infra/ 273 [mailarchive]: http://lists.w3.org/Archives/Public/public-test-infra/
271 274
272 Documentation 275 Documentation
273 ============= 276 =============
274 277
275 * [How to write and review tests](http://testthewebforward.org/docs/) 278 * [How to write and review tests](http://testthewebforward.org/docs/)
276 * [Documentation for the wptserve server](http://wptserve.readthedocs.org/en/lat est/) 279 * [Documentation for the wptserve server](http://wptserve.readthedocs.org/en/lat est/)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698