Index: third_party/WebKit/LayoutTests/fast/css/invalidation/valid-invalid-pseudo-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/css/invalidation/valid-invalid-pseudo-expected.txt b/third_party/WebKit/LayoutTests/fast/css/invalidation/valid-invalid-pseudo-expected.txt |
index 61289543b582d40e5d8a7323ba7a4931fae89959..b7ffd332ca6bdabf5b998cc1e16336b36546891f 100644 |
--- a/third_party/WebKit/LayoutTests/fast/css/invalidation/valid-invalid-pseudo-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/css/invalidation/valid-invalid-pseudo-expected.txt |
@@ -4,16 +4,16 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE |
PASS getComputedStyle(inputValid, '').backgroundColor is transparent |
-PASS internals.updateStyleAndReturnAffectedElementCount() is 1 |
+PASS internals.updateStyleAndReturnAffectedElementCount() is 3 |
PASS getComputedStyle(inputValid, '').backgroundColor is green |
PASS getComputedStyle(inputInvalid, '').backgroundColor is transparent |
-PASS internals.updateStyleAndReturnAffectedElementCount() is 1 |
+PASS internals.updateStyleAndReturnAffectedElementCount() is 3 |
PASS getComputedStyle(inputInvalid, '').backgroundColor is green |
PASS getComputedStyle(formInvalid, '').backgroundColor is transparent |
-PASS internals.updateStyleAndReturnAffectedElementCount() is 2 |
+PASS internals.updateStyleAndReturnAffectedElementCount() is 4 |
PASS getComputedStyle(formValid, '').backgroundColor is green |
PASS getComputedStyle(formInvalid, '').backgroundColor is transparent |
-PASS internals.updateStyleAndReturnAffectedElementCount() is 2 |
+PASS internals.updateStyleAndReturnAffectedElementCount() is 4 |
PASS getComputedStyle(formInvalid, '').backgroundColor is green |
PASS successfullyParsed is true |