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

Unified Diff: chrome/test/data/extensions/api_test/automation/tests/location_scaled/manifest.json

Issue 2911553002: Fix automation API bounding boxes on high-dpi devices (Closed)
Patch Set: Add comment about mutating cache Created 3 years, 7 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
« no previous file with comments | « chrome/test/data/extensions/api_test/automation/tests/location_scaled/location_scaled.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/automation/tests/location_scaled/manifest.json
diff --git a/chrome/test/data/extensions/api_test/automation/tests/location_scaled/manifest.json b/chrome/test/data/extensions/api_test/automation/tests/location_scaled/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..957d7ab8bf385906bdc0d1349ccd8b32ef5c6f93
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/automation/tests/location_scaled/manifest.json
@@ -0,0 +1,12 @@
+{
+ "name": "chrome.automation.scaleFactorTests",
+ "version": "0.1",
+ "manifest_version": 2,
+ "description": "Tests for the Automation API with a device scale factor.",
+ "automation": {"desktop": true},
+ "app": {
+ "background": {
+ "scripts": ["location_scaled.js"]
+ }
+ }
+}
« no previous file with comments | « chrome/test/data/extensions/api_test/automation/tests/location_scaled/location_scaled.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698