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

Unified Diff: chrome/test/data/extensions/bookmarks/bookmark_api.html

Issue 99172: Part 1 of sample sprucing. (Closed)
Patch Set: Added buildbot.crx, since that seems like something people might want to install. Created 11 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/test/data/extensions/bookmarks/bookmark_view.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/bookmarks/bookmark_api.html
diff --git a/chrome/test/data/extensions/bookmarks/bookmark_api.html b/chrome/test/data/extensions/bookmarks/bookmark_api.html
index 0e46bbbeba677a90988eec062df1e503ec876910..ba8084e6e53912516d7e43396b273005de415efc 100644
--- a/chrome/test/data/extensions/bookmarks/bookmark_api.html
+++ b/chrome/test/data/extensions/bookmarks/bookmark_api.html
@@ -1,26 +1,5 @@
<html>
-<style>
-body {
- overflow: hidden;
- margin: 0 0 0 0;
-}
-
-/* TODO: put the background style into body when
- https://bugs.webkit.org/show_bug.cgi?id=18445 is fixed. */
-.content {
- background: -webkit-gradient(linear, left top, left bottom, from(rgb(222, 234, 248)), to(rgb(237, 244, 252)));
- padding: 1;
- white-space: nowrap;
-}
-
-.button {
- display: inline;
- border: 1px solid silver;
- padding: 2px;
- margin: 1px 3px;
- height: 100%;
-}
-</style>
+<link rel="stylesheet" type="text/css" href="extensions_toolstrip.css">
<script>
var dump = function(obj, indent) {
@@ -105,13 +84,11 @@ var dumpBookmarks = function(event) {
};
</script>
<body>
-<div class="content">
-<div class="button" onclick="dumpBookmarks(window.event);">
-Dump Bookmarks
-</div>
-<div class="button" onclick="testMoveBookmarks(window.event);">
-Test Move
+<div class="toolstrip-button" onclick="dumpBookmarks(window.event);">
+<span>Dump Bookmarks</span>
</div>
+<div class="toolstrip-button" onclick="testMoveBookmarks(window.event);">
+<span>Test Move</span>
</div>
</body>
</html>
« no previous file with comments | « no previous file | chrome/test/data/extensions/bookmarks/bookmark_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698