| Index: third_party/WebKit/LayoutTests/fast/css/invalidation/autofill-pseudo.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css/invalidation/autofill-pseudo.html b/third_party/WebKit/LayoutTests/fast/css/invalidation/autofill-pseudo.html
|
| index 8f37616c2fc1498cfb718768ba354082445ee8a9..344353f83b2895a08d5baf234a64e43dca92c3f9 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/css/invalidation/autofill-pseudo.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/css/invalidation/autofill-pseudo.html
|
| @@ -21,7 +21,7 @@ text.offsetTop; // Force recalc.
|
|
|
| internals.setAutofilled(text, true);
|
|
|
| -shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "1");
|
| +shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "3");
|
| shouldBe("getComputedStyle(text, '').textDecorationLine", "'underline'");
|
|
|
| </script>
|
|
|