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

Unified Diff: chrome/test/data/extensions/api_test/automation/sites/hit_test.html

Issue 2900803003: Automation API hit test should automatically convert to integer coordinates. (Closed)
Patch Set: 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
Index: chrome/test/data/extensions/api_test/automation/sites/hit_test.html
diff --git a/chrome/test/data/extensions/api_test/automation/sites/hit_test.html b/chrome/test/data/extensions/api_test/automation/sites/hit_test.html
index e8a10b291e859452a34d114e0d4b9b085ca32077..d5996d2fde40e5299ab2cb9ebc930e00e1d65783 100644
--- a/chrome/test/data/extensions/api_test/automation/sites/hit_test.html
+++ b/chrome/test/data/extensions/api_test/automation/sites/hit_test.html
@@ -21,6 +21,8 @@
</head>
<body>
<button>Hit Test 1</button>
- <button>Hit Test 2</button>
+ <h1>
+ <button>Hit Test 2</button>
+ </h1>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698