Index: third_party/WebKit/LayoutTests/fast/css/invalidation/subtree-with-sibling.html |
diff --git a/third_party/WebKit/LayoutTests/fast/css/invalidation/subtree-with-sibling.html b/third_party/WebKit/LayoutTests/fast/css/invalidation/subtree-with-sibling.html |
index ed113f0d46ede48b9b06d8b7d17d5053622b64ea..a80cd0e6459acb6bbf292646a37d3ed066b7b2ef 100644 |
--- a/third_party/WebKit/LayoutTests/fast/css/invalidation/subtree-with-sibling.html |
+++ b/third_party/WebKit/LayoutTests/fast/css/invalidation/subtree-with-sibling.html |
@@ -53,7 +53,7 @@ document.body.offsetTop; // force recalc |
c1.className = "c1"; |
if (window.internals) |
- shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "3"); |
+ shouldBe("internals.updateStyleAndLayoutAndReturnAffectedElementCount()", "3"); |
shouldBe("getComputedStyle(c1Spans[0]).backgroundColor", "green"); |
shouldBe("getComputedStyle(c1Spans[1]).backgroundColor", "green"); |
@@ -62,7 +62,7 @@ document.body.offsetTop; // force recalc |
c2.className = "c2"; |
if (window.internals) |
- shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "3"); |
+ shouldBe("internals.updateStyleAndLayoutAndReturnAffectedElementCount()", "3"); |
shouldBe("getComputedStyle(c2Spans[0]).backgroundColor", "green"); |
shouldBe("getComputedStyle(c2Spans[1]).backgroundColor", "green"); |