Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / window_open / popup_large / background.js
blob561591bde4c667e237dd45990cfdc5ae3a5536f4
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 window.open("content.html", "content", "height=10000,width=10000");