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

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

Issue 1589623002: Keep track of accessibility focus across windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Final suggestions Created 4 years, 10 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_web.html
diff --git a/chrome/test/data/extensions/api_test/automation/tests/desktop/actions.html b/chrome/test/data/extensions/api_test/automation/tests/desktop/focus_web.html
similarity index 58%
copy from chrome/test/data/extensions/api_test/automation/tests/desktop/actions.html
copy to chrome/test/data/extensions/api_test/automation/tests/desktop/focus_web.html
index ee4ac589ca5b0f1661809e66736fdd8790bbb22c..8d8c013d151ebebfea8949f2e22753859444a3a7 100644
--- a/chrome/test/data/extensions/api_test/automation/tests/desktop/actions.html
+++ b/chrome/test/data/extensions/api_test/automation/tests/desktop/focus_web.html
@@ -1,7 +1,7 @@
<!--
- * Copyright 2014 The Chromium Authors. All rights reserved. Use of this
+ * Copyright 2016 The Chromium Authors. All rights reserved. Use of this
* source code is governed by a BSD-style license that can be found in the
* LICENSE file.
-->
<script src="common.js"></script>
-<script src="actions.js"></script>
+<script src="focus_web.js"></script>

Powered by Google App Engine
This is Rietveld 408576698