5 Copyright (c) 2015 The Chromium Authors. All rights reserved.
6 Use of this source code is governed by a BSD-style license that can be
7 found in the LICENSE file.
12 function openHello() {
13 window
.location
= 'hello.html';
16 setTimeout(openHello
, 2000)