Index: third_party/WebKit/LayoutTests/fast/css/invalidation/slotted-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/css/invalidation/slotted-expected.txt b/third_party/WebKit/LayoutTests/fast/css/invalidation/slotted-expected.txt |
index e4746829740e53ba88c819a678b94285f4f7a238..5171548e04c76a6820a57251c1e2742439759121 100644 |
--- a/third_party/WebKit/LayoutTests/fast/css/invalidation/slotted-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/css/invalidation/slotted-expected.txt |
@@ -4,9 +4,9 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE |
PASS getComputedStyle(slotted).backgroundColor is "rgba(0, 0, 0, 0)" |
-PASS internals.updateStyleAndReturnAffectedElementCount() is 1 |
+PASS internals.updateStyleAndLayoutAndReturnAffectedElementCount() is 1 |
PASS getComputedStyle(slotted).backgroundColor is "rgb(255, 0, 0)" |
-PASS internals.updateStyleAndReturnAffectedElementCount() is 1 |
+PASS internals.updateStyleAndLayoutAndReturnAffectedElementCount() is 1 |
PASS getComputedStyle(slotted).backgroundColor is "rgb(0, 128, 0)" |
PASS successfullyParsed is true |