| 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 2944496691be2b8c21446de57449ef4515bcf5ce..6786241ddf747d59b89a796d0b3efccb3e7c075c 100644
|
| --- a/chrome/browser/apps/guest_view/web_view_browsertest.cc
|
| +++ b/chrome/browser/apps/guest_view/web_view_browsertest.cc
|
| @@ -2401,7 +2401,7 @@ IN_PROC_BROWSER_TEST_F(WebViewTest, MAYBE_WebViewInBackgroundPage) {
|
| << message_;
|
| }
|
|
|
| -// This test verifies that the allowtransparency attribute properly propagates
|
| +// This test verifies that the allowtransparency attribute properly propagates.
|
| IN_PROC_BROWSER_TEST_F(WebViewTest, AllowTransparencyAndAllowScalingPropagate) {
|
| LoadAppWithGuest("web_view/simple");
|
|
|
| @@ -2431,6 +2431,12 @@ IN_PROC_BROWSER_TEST_F(WebViewTest, Shim_TestCloseNewWindowCleanup) {
|
| ASSERT_EQ(gvm->num_embedder_processes_destroyed(), 0);
|
| }
|
|
|
| +// Ensure that focusing a WebView while it is already focused does not blur the
|
| +// guest content.
|
| +IN_PROC_BROWSER_TEST_F(WebViewTest, Shim_TestFocusWhileFocused) {
|
| + TestHelper("testFocusWhileFocused", "web_view/shim", NO_TEST_SERVER);
|
| +}
|
| +
|
| #if defined(USE_AURA)
|
| // TODO(wjmaclean): when WebViewTest is re-enabled on the site-isolation
|
| // bots, then re-enable this test class as well.
|
|
|