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
8 <title>Background page using
2d canvas
</title>
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>