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

Side by Side Diff: chrome/test/data/extensions/good/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/toolstrip2.html

Issue 126074: Change extension id format back to mp-decimal, and change the (Closed)
Patch Set: make all the tests work again Created 11 years, 6 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
OLDNEW
(Empty)
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 white-space: nowrap;
13 }
14 </style>
15 <body>
16 <div class="content">
17 <script>
18 alert(window.extension.getTestString());
19 </script>
20 <button onclick="window.open('http://www.google.com', 'mywindow', 'width=640, he ight=480');">HTML button</button>
21 </div>
22 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698