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

Unified Diff: chrome/test/data/extensions/api_test/window_open/window_size/test.html

Issue 12803011: Add BaseWindow::GetContentBounds() and use in WindowController::CreateWindowValue() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix osx build Created 7 years, 9 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/window_open/window_size/test.html
diff --git a/chrome/test/data/extensions/platform_apps/app_icon/main.html b/chrome/test/data/extensions/api_test/window_open/window_size/test.html
similarity index 84%
copy from chrome/test/data/extensions/platform_apps/app_icon/main.html
copy to chrome/test/data/extensions/api_test/window_open/window_size/test.html
index 61fb2385346320840d4f45e6f0fc2bc52aa7c329..50007710f92dc62b5c5a901219055139797c6130 100644
--- a/chrome/test/data/extensions/platform_apps/app_icon/main.html
+++ b/chrome/test/data/extensions/api_test/window_open/window_size/test.html
@@ -3,7 +3,4 @@
* source code is governed by a BSD-style license that can be found in the
* LICENSE file.
-->
-<html>
-<body>
-</body>
-</html>
+<script src="test.js"></script>

Powered by Google App Engine
This is Rietveld 408576698