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

Unified Diff: chrome/test/data/extensions/platform_apps/web_view/focus_visibility/window.html

Issue 2648263006: <webview>: Synchronize WebViewFocusInteractiveTest.FocusAndVisibility (Closed)
Patch Set: Address ehsank's comments. Created 3 years, 11 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/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>

Powered by Google App Engine
This is Rietveld 408576698