Index: third_party/WebKit/LayoutTests/fast/css/invalidation/font-face-load.html |
diff --git a/third_party/WebKit/LayoutTests/fast/css/invalidation/font-face-load.html b/third_party/WebKit/LayoutTests/fast/css/invalidation/font-face-load.html |
index cbf46e9d877b247187c00324c69adb68c8cc7d10..e2dce9aa9ad18018070a2e21c1a86bae198dae43 100644 |
--- a/third_party/WebKit/LayoutTests/fast/css/invalidation/font-face-load.html |
+++ b/third_party/WebKit/LayoutTests/fast/css/invalidation/font-face-load.html |
@@ -17,7 +17,7 @@ |
document.fonts.load("40px dummy"); |
if (window.internals) |
- shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "5"); |
+ shouldBe("internals.updateStyleAndLayoutAndReturnAffectedElementCount()", "5"); |
shouldBeEqualToString("getComputedStyle(x).color", "rgb(0, 128, 0)"); |
</script> |