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

Unified Diff: media/tools/layout_tests/test_expectations.py

Issue 2505683002: Update links to layout test documentation. (Closed)
Patch Set: Use relative paths in markdown, and src-relative paths elsewhere. 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
« no previous file with comments | « media/tools/layout_tests/bug.py ('k') | testing/android/docs/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/tools/layout_tests/test_expectations.py
diff --git a/media/tools/layout_tests/test_expectations.py b/media/tools/layout_tests/test_expectations.py
index b68bc0929871e749d5d7771b227ab5f774f55c69..4bd080d448c44c40830b2c47eace2ab41b7d21e2 100644
--- a/media/tools/layout_tests/test_expectations.py
+++ b/media/tools/layout_tests/test_expectations.py
@@ -13,8 +13,8 @@ from webkitpy.layout_tests.models.test_expectations import *
DEFAULT_TEST_EXPECTATIONS_LOCATION = (
'http://src.chromium.org/blink/trunk/LayoutTests/TestExpectations')
-# The following is from test expectation syntax. The detail can be found in
-# http://www.chromium.org/developers/testing/webkit-layout-tests#TOC-Test-Expectations
+# The following is from test expectation syntax.
+# See: //docs/testing/layout_test_expectations.md
# <decision> ::== [SKIP] [WONTFIX] [SLOW]
DECISION_NAMES = ['SKIP', 'WONTFIX', 'SLOW']
# <config> ::== RELEASE | DEBUG
« no previous file with comments | « media/tools/layout_tests/bug.py ('k') | testing/android/docs/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698