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

Unified Diff: chrome/test/data/extensions/api_test/automation/tests/desktop/focus_iframe.html

Issue 1761633002: One accessibility tree per frame. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix is-richly-editable test Created 4 years, 9 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/api_test/automation/tests/desktop/focus_iframe.html
diff --git a/chrome/test/data/extensions/api_test/automation/tests/desktop/focus_web.html b/chrome/test/data/extensions/api_test/automation/tests/desktop/focus_iframe.html
similarity index 83%
copy from chrome/test/data/extensions/api_test/automation/tests/desktop/focus_web.html
copy to chrome/test/data/extensions/api_test/automation/tests/desktop/focus_iframe.html
index 8d8c013d151ebebfea8949f2e22753859444a3a7..e43e1ccf64db2a6665392760e816846b4b2b11db 100644
--- a/chrome/test/data/extensions/api_test/automation/tests/desktop/focus_web.html
+++ b/chrome/test/data/extensions/api_test/automation/tests/desktop/focus_iframe.html
@@ -4,4 +4,4 @@
* LICENSE file.
-->
<script src="common.js"></script>
-<script src="focus_web.js"></script>
+<script src="focus_iframe.js"></script>

Powered by Google App Engine
This is Rietveld 408576698