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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/security/mixedContent/insecure-plugin-in-iframe.html

Issue 1896793002: Rename (updateLayout/updateStyle).*.() to updateStyleAndLayout.*.() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months 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/http/tests/security/mixedContent/insecure-plugin-in-iframe.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/mixedContent/insecure-plugin-in-iframe.html b/third_party/WebKit/LayoutTests/http/tests/security/mixedContent/insecure-plugin-in-iframe.html
index c50edf1d4ea64d3bd3477b3687bfa502fc4fba92..8a26903347a4402ecee23c14beb7f67675431275 100644
--- a/third_party/WebKit/LayoutTests/http/tests/security/mixedContent/insecure-plugin-in-iframe.html
+++ b/third_party/WebKit/LayoutTests/http/tests/security/mixedContent/insecure-plugin-in-iframe.html
@@ -7,7 +7,7 @@ if (window.testRunner) {
}
onload = function() {
if (window.internals)
- internals.updateLayoutIgnorePendingStylesheetsAndRunPostLayoutTasks(document.querySelector('iframe'));
+ internals.updateStyleAndLayoutIgnorePendingStylesheetsAndRunPostLayoutTasks(document.querySelector('iframe'));
};
</script>
<p>This test loads a secure iframe that loads an insecure plugin. We should

Powered by Google App Engine
This is Rietveld 408576698