Upstream version 9.37.197.0
[platform/framework/web/crosswalk.git] / src / chrome / test / data / chromeos / app_mode / offline_enabled_app_profile / Extensions / ajoggoflpgplnnjkjamcmbepjdjdnpdp / 1.0.0_0 / app_main.js
1 // Copyright (c) 2013 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.
4
5 window.addEventListener('load', function onload() {
6   window.close();
7 });
8