Update ink overflow test when applying outline
The test is to check |NeedsLayout| when outline is applied, but the current test may set |NeedsLayout| because it changes a culled inline box to a non-culled inline box. This patch changes the test to make sure the inline box is not culled before applying the outline. This patch does not fix the issue, but makes sure to change the test result when we fix this problem for outline. Bug: 1128199 Change-Id: I92262fa77d29b239c23362cf10edbb9da51382dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2442395 Auto-Submit: Koji Ishii <kojii@chromium.org> Reviewed-by:Kent Tamura <tkent@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#812620}
Showing
Please register or sign in to comment