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

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

Issue 13375002: Revert issue 158379 (chrome.window.create height) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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/popup.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/popup.html
similarity index 78%
copy from chrome/test/data/extensions/platform_apps/app_icon/main.html
copy to chrome/test/data/extensions/api_test/window_open/window_size/popup.html
index 61fb2385346320840d4f45e6f0fc2bc52aa7c329..6ab82d47f66203fea1dab7d982bdd2b01247cc54 100644
--- a/chrome/test/data/extensions/platform_apps/app_icon/main.html
+++ b/chrome/test/data/extensions/api_test/window_open/window_size/popup.html
@@ -3,7 +3,10 @@
* source code is governed by a BSD-style license that can be found in the
* LICENSE file.
-->
+
+<!DOCTYPE html>
<html>
-<body>
-</body>
+ <body>
+ Popup Window
+ </body>
</html>

Powered by Google App Engine
This is Rietveld 408576698