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> |