Index: third_party/WebKit/LayoutTests/fast/css/invalidation/content-pseudo.html |
diff --git a/third_party/WebKit/LayoutTests/fast/css/invalidation/content-pseudo.html b/third_party/WebKit/LayoutTests/fast/css/invalidation/content-pseudo.html |
index b3e6cf4da811b1e3ad540e1a9edad2fcaf98050f..00673c554b420c7b561547f0e439d8f1d011c096 100644 |
--- a/third_party/WebKit/LayoutTests/fast/css/invalidation/content-pseudo.html |
+++ b/third_party/WebKit/LayoutTests/fast/css/invalidation/content-pseudo.html |
@@ -17,7 +17,7 @@ host.offsetTop; // force recalc |
root.querySelector("#outer").className = "a"; |
if (window.internals) |
- shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "2"); |
+ shouldBe("internals.updateStyleAndLayoutAndReturnAffectedElementCount()", "2"); |
shouldBeEqualToString("getComputedStyle(green).color", "rgb(0, 128, 0)"); |
</script> |