Index: third_party/WebKit/LayoutTests/fast/css/invalidation/required-optional-pseudo-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/css/invalidation/required-optional-pseudo-expected.txt b/third_party/WebKit/LayoutTests/fast/css/invalidation/required-optional-pseudo-expected.txt |
index 0f541c6023ed1270ec91d91d7e8a8126a043c7f1..8acac068c40a91d1369b7141bac7029dc9a03ebe 100644 |
--- a/third_party/WebKit/LayoutTests/fast/css/invalidation/required-optional-pseudo-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/css/invalidation/required-optional-pseudo-expected.txt |
@@ -4,10 +4,10 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE |
PASS getComputedStyle(inputOptional, '').backgroundColor is transparent |
-PASS internals.updateStyleAndReturnAffectedElementCount() is 1 |
+PASS internals.updateStyleAndReturnAffectedElementCount() is 3 |
PASS getComputedStyle(inputOptional, '').backgroundColor is green |
PASS getComputedStyle(inputRequired, '').backgroundColor is transparent |
-PASS internals.updateStyleAndReturnAffectedElementCount() is 1 |
+PASS internals.updateStyleAndReturnAffectedElementCount() is 3 |
PASS getComputedStyle(inputRequired, '').backgroundColor is green |
PASS successfullyParsed is true |