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.
11 <meta name=\
"viewport\" content=\
"width=device-width, initial-scale=1\">
19 background-color: green;
20 -webkit-transform: translate3d(
0,
0,
0);
24 function openHello(e
) {
25 window
.location
= 'hello.html';
30 first
.ontouchstart
= openHello
;
34 <body onload='setup();'
>
35 <div id='first'
></div>