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

Side by Side 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, 6 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "name": "chrome.automation.scaleFactorTests",
3 "version": "0.1",
4 "manifest_version": 2,
5 "description": "Tests for the Automation API with a device scale factor.",
6 "automation": {"desktop": true},
7 "app": {
8 "background": {
9 "scripts": ["location_scaled.js"]
10 }
11 }
12 }
OLDNEW
« 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