| Index: chrome/test/data/extensions/platform_apps/web_view/focus_visibility/window.html
|
| diff --git a/chrome/test/data/extensions/platform_apps/web_view/focus_visibility/window.html b/chrome/test/data/extensions/platform_apps/web_view/focus_visibility/window.html
|
| index af60a61bb5125b65fead532a930617935d9195e6..4c7d229d7a014466853fb8716245d3a5978476a1 100644
|
| --- a/chrome/test/data/extensions/platform_apps/web_view/focus_visibility/window.html
|
| +++ b/chrome/test/data/extensions/platform_apps/web_view/focus_visibility/window.html
|
| @@ -6,9 +6,9 @@ found in the LICENSE file.
|
| -->
|
| <html>
|
| <body>
|
| - <button> Embedder Button </button>
|
| + <button id="before"> Embedder Button </button>
|
| <div></div>
|
| - <button> Embedder Button </button>
|
| + <button id="after"> Embedder Button </button>
|
| <script src="window.js"></script>
|
| </body>
|
| </html>
|
|
|