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

Unified Diff: docs/how_to_extend_layout_test_framework.md

Issue 2505683002: Update links to layout test documentation. (Closed)
Patch Set: Update - remove "WebKit", remove "wiki". Created 4 years, 1 month 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
Index: docs/how_to_extend_layout_test_framework.md
diff --git a/docs/how_to_extend_layout_test_framework.md b/docs/how_to_extend_layout_test_framework.md
index 32d3b33f1aa043b27926ce0b6cb6d42242de64d0..61124cacb09df5ba3de6787a0dfb9dd02700ba84 100644
--- a/docs/how_to_extend_layout_test_framework.md
+++ b/docs/how_to_extend_layout_test_framework.md
@@ -12,8 +12,8 @@ to help people who want to actually the framework to test whatever they want.
## Background
Before you can start actually extending the framework, you should be familiar
-with how to use it. This wiki is basically all you need to learn how to use it
-http://www.chromium.org/developers/testing/webkit-layout-tests
+with how to use it. See the
+[layout tests documentation](https://chromium.googlesource.com/chromium/src/+/master/docs/testing/layout_tests.md).
Dirk Pranke 2016/11/15 22:24:55 same.
## How to Extend the Framework
@@ -129,7 +129,7 @@ Here are some of the functions that most likely need to be overridden.
* `layout_tests_dir`
* This tells the port where to look for all the and everything associated
with them such as resources files.
- * By default it returns absolute path to the webkit tests.
+ * By default it returns the absolute path to the layout tests directory.
* If you are planning on running something in the chromium src/ directory,
there are helper functions to allow you to return a path relative to the
base of the chromium src directory.

Powered by Google App Engine
This is Rietveld 408576698