| Index: content/test/data/accessibility/readme.txt
|
| diff --git a/content/test/data/accessibility/readme.txt b/content/test/data/accessibility/readme.txt
|
| index b62c1ef21861ea1a0a58ed9b71471e10caac1ff1..dbb843bb813eab0012ef30cd550e9f3663ac53a2 100644
|
| --- a/content/test/data/accessibility/readme.txt
|
| +++ b/content/test/data/accessibility/readme.txt
|
| @@ -14,5 +14,6 @@ Format for expected files:
|
| * All other constants are used exactly as normally named
|
| * See specific examples (e.g. ul-expected-win.txt) for more details
|
|
|
| -Running the tests:
|
| -browser_tests --gtest_filter="DumpAccessibilityTreeTest*"
|
| +Compiling and running the tests:
|
| +ninja -C out/Debug content_browsertests
|
| +out/Debug/content_browsertests --gtest_filter="DumpAccessibilityTreeTest*"
|
|
|