Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / browser_action / popup / popup.html
blob67d290e180ea8e4edd28951b9ee774d01209c90c
1 <!--
2 * Copyright (c) 2011 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 <head>
7 <script src="popup.js"></script>
8 <style>
9 body {
10 padding: 0px;
11 margin: 0px;
13 div {
14 padding: 0px;
15 margin: 0px;
17 </style>
18 </head>
19 <body>
20 <div id="test">A</div>
21 </body>