commit | 89dd91d8365d0bbe3b801cdf56e879928f4303e5 | [log] [tgz] |
---|---|---|
author | Robert Ma <[email protected]> | Wed Aug 02 18:08:44 2017 |
committer | Commit Bot <[email protected]> | Wed Aug 02 18:08:44 2017 |
tree | ea0bdff123fb7cfd68f47a9d1c18ac2c71a99d0d | |
parent | cdd46b0be27f87114037e15970f97209fea79bca [diff] [blame] |
Fix syntax error in layout_tests.md Change-Id: Ibe8ccc0be09764fe4aca158dd9fec026bd7b4ce2 Reviewed-on: https://chromium-review.googlesource.com/592414 Reviewed-by: Quinten Yearsley <[email protected]> Commit-Queue: Robert Ma <[email protected]> Cr-Commit-Position: refs/heads/master@{#491435}
diff --git a/docs/testing/layout_tests.md b/docs/testing/layout_tests.md index c8c8d25..9040fb3ad 100644 --- a/docs/testing/layout_tests.md +++ b/docs/testing/layout_tests.md
@@ -220,7 +220,7 @@ ``` This will create new "virtual" tests of the form - `virtual/blocking_repaint/fast/repaint/...`` which correspond to the files + `virtual/blocking_repaint/fast/repaint/...` which correspond to the files under `LayoutTests/fast/repaint` and pass `--blocking-repaint` to content_shell when they are run.