| 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..03a96ffc574e4e05a6bb08d3f6d35ecce8974743 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.updateStyleAndLayoutAndReturnAffectedElementCount()", "1");
|
| shouldBe("getComputedStyle(text, '').textDecorationLine", "'underline'");
|
|
|
| </script>
|
|
|