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

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

Issue 6992018: Address bar is shown on pop-out extension windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added tests. Created 9 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/window_open/browser_is_app/background.html
diff --git a/chrome/test/data/extensions/api_test/window_open/browser_is_app/background.html b/chrome/test/data/extensions/api_test/window_open/browser_is_app/background.html
new file mode 100644
index 0000000000000000000000000000000000000000..7913d9acb96f22848151391730aaffff4753a4ed
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/window_open/browser_is_app/background.html
@@ -0,0 +1,3 @@
+<script>
+ window.open("content.html", "content", "height=200,width=200");
+</script>

Powered by Google App Engine
This is Rietveld 408576698