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

Unified Diff: docs/testing/writing_layout_tests.md

Issue 2689843002: Link to web_platform_tests.md where appropriate (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « docs/testing/layout_tests.md ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/testing/writing_layout_tests.md
diff --git a/docs/testing/writing_layout_tests.md b/docs/testing/writing_layout_tests.md
index 0036a7acbc009b110d929d5426f5ed12996f68d7..ce83becb77624eba374e451b77a17fbb8cdcdabb 100644
--- a/docs/testing/writing_layout_tests.md
+++ b/docs/testing/writing_layout_tests.md
@@ -14,12 +14,12 @@ Layout tests should be used to accomplish one of the following goals:
1. The entire surface of Blink that is exposed to the Web should be covered by
tests that we contribute to the
- [Web Platform Tests Project](https://github.com/w3c/web-platform-tests)
- (WPT). This helps us avoid regressions, and helps us identify Web Platform
- areas where the major browsers don't have interoperable implementations.
- Furthermore, by contributing to projects such as WPT, we share the burden of
- writing tests with the other browser vendors, and we help all the browsers
- get better. This is very much in line with our goal to move the Web forward.
+ [Web Platform Tests Project](./web_platform_tests.md) (WPT). This helps us
+ avoid regressions, and helps us identify Web Platform areas where the major
+ browsers don't have interoperable implementations. Furthermore, by
+ contributing to projects such as WPT, we share the burden of writing tests
+ with the other browser vendors, and we help all the browsers get better. This
+ is very much in line with our goal to move the Web forward.
2. When a Blink feature cannot be tested using the tools provided by WPT, and
cannot be easily covered by
[C++ unit tests](https://cs.chromium.org/chromium/src/third_party/WebKit/Source/web/tests/?q=webframetest&sq=package:chromium&type=cs),
« no previous file with comments | « docs/testing/layout_tests.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698