Index: media/tools/layout_tests/bug.py |
diff --git a/media/tools/layout_tests/bug.py b/media/tools/layout_tests/bug.py |
index d8cd20a1b3f93c0077c716a0529d6f093c06778a..dd130502d4a69ea349367c94b0216d86917e855a 100644 |
--- a/media/tools/layout_tests/bug.py |
+++ b/media/tools/layout_tests/bug.py |
@@ -27,8 +27,7 @@ class Bug(object): |
Args: |
bug_modifier: a string representing a bug modifier. According to |
- http://www.chromium.org/developers/testing/webkit-layout-tests/\ |
- testexpectations |
+ https://chromium.googlesource.com/chromium/src/+/master/docs/testing/layout_test_expectations.md |
Dirk Pranke
2016/11/15 22:24:55
I would change this to //docs/testing/layout_test_
|
Bug identifiers are of the form "webkit.org/b/12345", "crbug.com/12345", |
"code.google.com/p/v8/issues/detail?id=12345" or "Bug(username)" |
""" |