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

Unified Diff: chrome/test/data/extensions/good/extension1/1/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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/extensions/good/extension1/1/toolstrip2.html
diff --git a/chrome/test/data/extensions/good/extension1/1/toolstrip2.html b/chrome/test/data/extensions/good/extension1/1/toolstrip2.html
deleted file mode 100644
index 23a2edfe7febcb915cc7c01466308599831488d5..0000000000000000000000000000000000000000
--- a/chrome/test/data/extensions/good/extension1/1/toolstrip2.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<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;
-}
-</style>
-<body>
-<div class="content">
-<script>
- alert(window.extension.getTestString());
-</script>
-<button onclick="window.open('http://www.google.com', 'mywindow', 'width=640, height=480');">HTML button</button>
-</div>
-</body>

Powered by Google App Engine
This is Rietveld 408576698