Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Side by Side Diff: chrome/test/data/extensions/good/extension1/1/toolstrip.html

Issue 39285: Support loading extensions into the bookmark toolbar. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/test/data/extensions/good/extension1/1/manifest.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <style>
2 body {
3 overflow: hidden;
4 margin: 0 0 0 0;
5 }
6
7 /* TODO: put the background style into body when
8 https://bugs.webkit.org/show_bug.cgi?id=18445 is fixed. */
9 .content {
10 background: -webkit-gradient(linear, left top, left bottom, from(rgb(222, 234, 248)), to(rgb(237, 244, 252)));
11 padding: 1;
12 }
13 </style>
1 <body> 14 <body>
15 <div class="content">
2 <script> 16 <script>
3 window.setTimeout('alert(window.extension.getTestString())', 2500); 17 window.setTimeout('alert(window.extension.getTestString())', 2500);
4 </script> 18 </script>
19 <button onclick="alert('clicked')">HTML button</button>
20 </div>
5 </body> 21 </body>
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/good/extension1/1/manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698