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

Side by Side Diff: docs/testing/web_platform_tests.md

Issue 2668283002: Remove extra brackets in docs/testing/web_platform_tests.md. (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Web Platform Tests 1 # Web Platform Tests
2 2
3 The Web Platform Tests project provides a large number of conformance tests for 3 The Web Platform Tests project provides a large number of conformance tests for
4 different aspects of the Web Platform. Currently the tests are hosted on GitHub. 4 different aspects of the Web Platform. Currently the tests are hosted on GitHub.
5 There are two main repositories, one for the CSS Working Group (aka csswg-test), 5 There are two main repositories, one for the CSS Working Group (aka csswg-test),
6 and one for pretty much everything else (aka web-platform-tests). 6 and one for pretty much everything else (aka web-platform-tests).
7 7
8 There is a plan to merge csswg-test into web-platform-tests, so later, there 8 There is a plan to merge csswg-test into web-platform-tests, so later, there
9 will be only one repository. 9 will be only one repository.
10 10
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 90
91 This cannot be avoided entirely as the two repositories are independent, but 91 This cannot be avoided entirely as the two repositories are independent, but
92 should be rare with frequent imports and exports. When it does happen, manual 92 should be rare with frequent imports and exports. When it does happen, manual
93 intervention will be needed and in non-trivial cases you may be asked to help 93 intervention will be needed and in non-trivial cases you may be asked to help
94 resolve the conflict. 94 resolve the conflict.
95 95
96 ### Direct pull requests 96 ### Direct pull requests
97 97
98 It's still possible to make direct pull requests to web-platform-tests. The 98 It's still possible to make direct pull requests to web-platform-tests. The
99 processes for getting new tests committed the W3C repos are at 99 processes for getting new tests committed the W3C repos are at
100 [http://testthewebforward.org/docs/]. Some specifics are at 100 http://testthewebforward.org/docs/. Some specifics are at
101 [http://testthewebforward.org/docs/github-101.html]. 101 http://testthewebforward.org/docs/github-101.html.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698