Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / canvas_2d / background.html
blob73fdb18b5df31e2c29dc4a747b63f513980055e3
1 <!--
2 * Copyright (c) 2012 The Chromium Authors. All rights reserved. Use of this
3 * source code is governed by a BSD-style license that can be found in the
4 * LICENSE file.
5 -->
6 <html>
7 <head>
8 <title>Background page using 2d canvas</title>
9 </head>
10 <body>
11 <div>Below should be a canvas rendered with canvas2D</div>
12 <canvas id="my-canvas" width="100" height="100"></canvas>
13 <script src="background.js"></script>
14 </body>
15 </html>