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

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

Issue 1705853002: NOT FOR REVIEW. ax tree focus with debugging (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed crash 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/initial_focus.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/initial_focus.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/initial_focus.html
index ee4ac589ca5b0f1661809e66736fdd8790bbb22c..75db122cf069cc8bcd05a844ab19bb5bc29e1796 100644
--- a/chrome/test/data/extensions/api_test/automation/tests/desktop/actions.html
+++ b/chrome/test/data/extensions/api_test/automation/tests/desktop/initial_focus.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="initial_focus.js"></script>

Powered by Google App Engine
This is Rietveld 408576698