Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(54)

Unified Diff: third_party/WebKit/LayoutTests/plugins/webview-plugin-nested-iframe-scroll.html

Issue 1510083002: Fix window rect for plugins to map up to the root frame. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {

Powered by Google App Engine
This is Rietveld 408576698