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

Unified Diff: third_party/WebKit/LayoutTests/editing/editability/ignored-content.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/editing/editability/ignored-content.html
diff --git a/third_party/WebKit/LayoutTests/editing/editability/ignored-content.html b/third_party/WebKit/LayoutTests/editing/editability/ignored-content.html
index e119033dc6cf77ab14bfe408f3a8d491a2eac8be..b6a40a7ac0b41712f236de6692ee9c36e5c213f6 100644
--- a/third_party/WebKit/LayoutTests/editing/editability/ignored-content.html
+++ b/third_party/WebKit/LayoutTests/editing/editability/ignored-content.html
@@ -24,7 +24,7 @@ for (var i = 0; i < test.childNodes.length; i++) {
test.childNodes[i].appendChild(textNode);
// OBJECT fallback content rendering is asynchronous.
if (window.internals)
- internals.updateLayoutIgnorePendingStylesheetsAndRunPostLayoutTasks();
+ internals.updateStyleAndLayoutIgnorePendingStylesheetsAndRunPostLayoutTasks();
window.getSelection().setBaseAndExtent(textNode, 6, textNode, 11);
document.execCommand('bold', false, null);
}

Powered by Google App Engine
This is Rietveld 408576698