| Index: chrome/test/data/extensions/api_test/automation/tests/webview/webview_frame.html
|
| diff --git a/chrome/test/data/extensions/api_test/automation/tests/webview/webview_frame.html b/chrome/test/data/extensions/api_test/automation/tests/webview/webview_frame.html
|
| deleted file mode 100644
|
| index 4073aa7f6f9e4e68894c44bd4b73582113aadb5e..0000000000000000000000000000000000000000
|
| --- a/chrome/test/data/extensions/api_test/automation/tests/webview/webview_frame.html
|
| +++ /dev/null
|
| @@ -1,23 +0,0 @@
|
| -<html>
|
| - <head>
|
| - <title>Frame with WebView</title>
|
| - <style>
|
| - body {
|
| - margin: 0;
|
| - padding: 0;
|
| - }
|
| - webview {
|
| - position: absolute;
|
| - left: 100px;
|
| - top: 200px;
|
| - width: 200px;
|
| - height: 100px;
|
| - outline: 1px solid #000;
|
| - }
|
| - </style>
|
| - </head>
|
| - <body>
|
| - <button>Outer</button>
|
| - <webview src="data:text/html,<body style='margin: 0; padding: 0;'><button>Inner</button>"></webview>
|
| - </body>
|
| -</html>
|
|
|