Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(84)

Unified Diff: chrome/browser/apps/guest_view/web_view_browsertest.cc

Issue 2674353003: Enable WebViewAccessiblityTest for OOPIF webview. (Closed)
Patch Set: Address alexmos final comments. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 b6c80d457b906f0a1445de909d0932330f2b6a19..de5c7080957d0829416032fc0172cc02f3380126 100644
--- a/chrome/browser/apps/guest_view/web_view_browsertest.cc
+++ b/chrome/browser/apps/guest_view/web_view_browsertest.cc
@@ -872,15 +872,10 @@ INSTANTIATE_TEST_CASE_P(WebViewTests, WebViewSpeechAPITest, testing::Bool());
// The following test suites are created to group tests based on specific
// features of <webview>.
-// These features currently would not work with
-// --enable-features=GuestViewCrossProcessFrames and is disabled on
-// GuestViewCrossProcessFrames.
-// TODO(avallee): https://crbug.com/610795: Enable this for testing::Bool().
class WebViewAccessibilityTest : public WebViewTest {};
INSTANTIATE_TEST_CASE_P(WebViewTests,
WebViewAccessibilityTest,
- testing::Values(false));
-
+ testing::Bool());
class WebViewDPITest : public WebViewTest {
protected:

Powered by Google App Engine
This is Rietveld 408576698