Index: third_party/WebKit/LayoutTests/fast/css/invalidation/empty-pseudo-sibling.html |
diff --git a/third_party/WebKit/LayoutTests/fast/css/invalidation/empty-pseudo-sibling.html b/third_party/WebKit/LayoutTests/fast/css/invalidation/empty-pseudo-sibling.html |
index d1e890cfab332649ba9c47500c7e3e03046ba58c..31e2939b5a266b59e63354f1cf923fd7dd5c6cd2 100644 |
--- a/third_party/WebKit/LayoutTests/fast/css/invalidation/empty-pseudo-sibling.html |
+++ b/third_party/WebKit/LayoutTests/fast/css/invalidation/empty-pseudo-sibling.html |
@@ -29,7 +29,7 @@ empty.offsetTop; // force recalc |
empty.appendChild(document.createElement("div")); |
if (window.internals) |
- shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "2"); |
+ shouldBe("internals.updateStyleAndLayoutAndReturnAffectedElementCount()", "2"); |
shouldBe("getComputedStyle(emptySibling, '').backgroundColor", "transparent"); |
@@ -39,7 +39,7 @@ notEmpty.offsetTop; // force recalc |
notEmpty.removeChild(child); |
if (window.internals) |
- shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "1"); |
+ shouldBe("internals.updateStyleAndLayoutAndReturnAffectedElementCount()", "1"); |
shouldBe("getComputedStyle(notEmptySibling, '').backgroundColor", "green"); |
</script> |