| Index: third_party/WebKit/LayoutTests/fast/css/invalidation/empty-pseudo-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css/invalidation/empty-pseudo-expected.txt b/third_party/WebKit/LayoutTests/fast/css/invalidation/empty-pseudo-expected.txt
|
| index a462d49205d1ed92357b3b9d9de49943ea816abd..8333a21f20b62ed3ff8dfc64cc695ba18d60f8dd 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/css/invalidation/empty-pseudo-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/css/invalidation/empty-pseudo-expected.txt
|
| @@ -4,10 +4,10 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
|
|
|
|
| PASS getComputedStyle(empty, '').backgroundColor is green
|
| -PASS internals.updateStyleAndReturnAffectedElementCount() is 2
|
| +PASS internals.updateStyleAndLayoutAndReturnAffectedElementCount() is 2
|
| PASS getComputedStyle(empty, '').backgroundColor is transparent
|
| PASS getComputedStyle(notEmpty, '').backgroundColor is transparent
|
| -PASS internals.updateStyleAndReturnAffectedElementCount() is 1
|
| +PASS internals.updateStyleAndLayoutAndReturnAffectedElementCount() is 1
|
| PASS getComputedStyle(notEmpty, '').backgroundColor is green
|
| PASS successfullyParsed is true
|
|
|
|
|