| Index: chrome/test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/toolstrip2.html
|
| diff --git a/chrome/test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/toolstrip2.html b/chrome/test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/toolstrip2.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..23a2edfe7febcb915cc7c01466308599831488d5
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/toolstrip2.html
|
| @@ -0,0 +1,22 @@
|
| +<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>
|
|
|