Commit cc60e0d
Increase the amount of the soft nav paint area for two more WPT tests.
For visited-link.tentative.html,
use a longer .innerText, to cause a larger paint, much like
in https://chromium-review.googlesource.com/c/chromium/src/+/6513813.
to support the updated criteria for soft navs in
https://chromium-review.googlesource.com/c/chromium/src/+/6492746.
Similarly, increase the painted area for the softnav in
text-lcp-followed-by-anim-image-softnav-lcp.tentative.html.
In my instrumentated run, I saw that the required_paint_area
was 7690, whereas the size of the png is only 100x50 = 5000.
So this change adds the image with size and width specified,
so now it's 500x500 = 250000.
Bug: 378148364
Change-Id: If27f78520208fff54d991dce031ae1437cd55cc6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6516042
Reviewed-by: Michal Mocny <mmocny@chromium.org>
Reviewed-by: Scott Haseley <shaseley@chromium.org>
Commit-Queue: Johannes Henkel <johannes@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1456517}1 parent 8b44406 commit cc60e0d
2 files changed
Lines changed: 16 additions & 5 deletions
File tree
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
25 | 29 | | |
26 | 30 | | |
27 | | - | |
28 | | - | |
| 31 | + | |
| 32 | + | |
29 | 33 | | |
30 | 34 | | |
31 | 35 | | |
32 | | - | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
28 | 36 | | |
29 | 37 | | |
30 | 38 | | |
| |||
0 commit comments