| Index: chrome/common/extensions/docs/examples/api/webview/capturevisibleregion/test.html
|
| diff --git a/chrome/common/extensions/docs/examples/api/webview/capturevisibleregion/test.html b/chrome/common/extensions/docs/examples/api/webview/capturevisibleregion/test.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..b5d4980486c189634d7239c3f3a626570fa7aaaf
|
| --- /dev/null
|
| +++ b/chrome/common/extensions/docs/examples/api/webview/capturevisibleregion/test.html
|
| @@ -0,0 +1,25 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| + <head>
|
| + <script src="test.js"></script>
|
| +<style type="text/css">
|
| +.ib {
|
| + position: relative;
|
| + display: inline-block;
|
| +}
|
| +.controls {
|
| + margin: 4px;
|
| + position: absolute;
|
| + right: 0px;
|
| + top: 0px;
|
| +}
|
| +</style>
|
| + </head>
|
| + <body bgColor='teal'>
|
| + <br>
|
| + <button id="add_wv">Add webview</button>
|
| + <button id="delete_wv">Delete webview</button>
|
| + <span><input type="checkbox" id="transparent" checked="checked"><label for="transparent">Transparent</label></span>
|
| + <br>
|
| + </body>
|
| +</html>
|
|
|