| 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 ee56025f58048bd6f68a58e52caabeea44f0b55e..2540f9734766718a369e7e0831efa577fddc97d0 100644
|
| --- a/chrome/browser/apps/guest_view/web_view_browsertest.cc
|
| +++ b/chrome/browser/apps/guest_view/web_view_browsertest.cc
|
| @@ -758,11 +758,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: Enable this for testing::Bool().
|
| class WebViewAccessibilityTest : public WebViewTest {};
|
| INSTANTIATE_TEST_CASE_P(WebViewTests,
|
| WebViewAccessibilityTest,
|
|
|