| Index: third_party/WebKit/LayoutTests/plugins/webview-plugin-nested-iframe-scroll.html
|
| diff --git a/third_party/WebKit/LayoutTests/plugins/webview-plugin-lifecycle.html b/third_party/WebKit/LayoutTests/plugins/webview-plugin-nested-iframe-scroll.html
|
| similarity index 73%
|
| copy from third_party/WebKit/LayoutTests/plugins/webview-plugin-lifecycle.html
|
| copy to third_party/WebKit/LayoutTests/plugins/webview-plugin-nested-iframe-scroll.html
|
| index 4175edc795b3c8f266ccdc246c2146c6963403b2..e87127e29570d39b8824278a5fe607fadde813db 100644
|
| --- a/third_party/WebKit/LayoutTests/plugins/webview-plugin-lifecycle.html
|
| +++ b/third_party/WebKit/LayoutTests/plugins/webview-plugin-nested-iframe-scroll.html
|
| @@ -1,12 +1,5 @@
|
| <!doctype HTML>
|
| -<style>
|
| - #plugin {
|
| - width: 150px;
|
| - height: 150px;
|
| - border: 1px solid black;
|
| - }
|
| -</style>
|
| -<embed id="plugin" type="application/x-plugin-placeholder-test"></embed>
|
| +<iframe src="resources/iframe-with-webview-plugin.html"></iframe>
|
| <script>
|
| onload = function() {
|
| if (window.testRunner) {
|
|
|