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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/invalidation/shadow-add-sheet-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/fast/css/invalidation/shadow-add-sheet-content.html
diff --git a/third_party/WebKit/LayoutTests/fast/css/invalidation/shadow-add-sheet-content.html b/third_party/WebKit/LayoutTests/fast/css/invalidation/shadow-add-sheet-content.html
index 5bcf06e23a0e6e875d46af959dbe64fb98d81283..2eca2c9c817a06c9d1700ab7cd1b22aa7f1c7d19 100644
--- a/third_party/WebKit/LayoutTests/fast/css/invalidation/shadow-add-sheet-content.html
+++ b/third_party/WebKit/LayoutTests/fast/css/invalidation/shadow-add-sheet-content.html
@@ -38,7 +38,7 @@
root2.appendChild(sheet);
if (window.internals)
- shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "3");
+ shouldBe("internals.updateStyleAndLayoutAndReturnAffectedElementCount()", "3");
shouldBeEqualToString("getComputedStyle(outerSpan).color", "rgb(0, 128, 0)");
</script>

Powered by Google App Engine
This is Rietveld 408576698