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

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

Issue 2285913002: Fix small error in relative bounds calc for Chrome OS only. (Closed)
Patch Set: Add regression test Created 4 years, 4 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/location2.html
diff --git a/chrome/test/data/extensions/platform_apps/app_window_send_message/main.html b/chrome/test/data/extensions/api_test/automation/sites/location2.html
similarity index 53%
copy from chrome/test/data/extensions/platform_apps/app_window_send_message/main.html
copy to chrome/test/data/extensions/api_test/automation/sites/location2.html
index b338dcdc78e0b0354894999c4b600c4cc36a0821..15d442fe6ab1f354e0fb6cda91e49ac000b79e83 100644
--- a/chrome/test/data/extensions/platform_apps/app_window_send_message/main.html
+++ b/chrome/test/data/extensions/api_test/automation/sites/location2.html
@@ -5,6 +5,12 @@
-->
<html>
<body>
- <script src="main.js"></script>
+ <button>1</button>
+ <div style="position: absolute; top: 0; left: 0;">
+ <div style="position: absolute; top: 100px;">
+ <input>
+ </div>
+ </div>
+ <button>2</button>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698