summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/extensions/bookmarks/bookmark_api.html
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/data/extensions/bookmarks/bookmark_api.html')
-rw-r--r--chrome/test/data/extensions/bookmarks/bookmark_api.html33
1 files changed, 5 insertions, 28 deletions
diff --git a/chrome/test/data/extensions/bookmarks/bookmark_api.html b/chrome/test/data/extensions/bookmarks/bookmark_api.html
index 0e46bbb..ba8084e 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>