- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / docs / examples / extensions / benchmark / background.html
1 <style>
2 #options {
3   position: absolute;
4   background-color: #FFFFCC;
5   display: none;
6   font-family: "Courier New";
7   font-size: 9pt;
8   padding: 5px;
9   border: 1px solid #CCCC88;
10   z-index: 3;
11 }
12 </style>
13
14 <script src="background.js">
15 </script>