| Index: chrome/browser/apps/guest_view/web_view_browsertest.cc
|
| diff --git a/chrome/browser/apps/guest_view/web_view_browsertest.cc b/chrome/browser/apps/guest_view/web_view_browsertest.cc
|
| index 15b172e5ecce5875cc5d3b44453774406e91b5d6..9ac2fcf37c5bd1368487cbb74ebb8d62eadaeb15 100644
|
| --- a/chrome/browser/apps/guest_view/web_view_browsertest.cc
|
| +++ b/chrome/browser/apps/guest_view/web_view_browsertest.cc
|
| @@ -745,11 +745,12 @@ INSTANTIATE_TEST_CASE_P(WebViewTests, WebViewVisibilityTest, testing::Bool());
|
| class WebViewSpeechAPITest : public WebViewTest {};
|
| INSTANTIATE_TEST_CASE_P(WebViewTests, WebViewSpeechAPITest, testing::Bool());
|
|
|
| -// The following test suits are created to group tests based on specific
|
| +// The following test suites are created to group tests based on specific
|
| // features of <webview>.
|
| -// These features current would not work with
|
| +// These features currently would not work with
|
| // --use-cross-process-frames-for-guest and is disabled on
|
| // UseCrossProcessFramesForGuests.
|
| +// TODO(avallee): https://crbug.com/610795
|
| class WebViewAccessibilityTest : public WebViewTest {};
|
| INSTANTIATE_TEST_CASE_P(WebViewTests,
|
| WebViewAccessibilityTest,
|
|
|