| Auto-Submit | +1 |
| Commit-Queue | +1 |
| Owners-Override | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Bot-Commit | +1 |
| Commit-Queue | +2 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Revert "[soft navs] Improve CLS test coverage."
This reverts commit b12db17c1ee1f4644cdf3ef7dd90769ea20e957c.
Reason for revert: caused timeout issue in linux-wayland-weston-rel-tests. https://ci.chromium.org/ui/p/chromium/builders/ci/linux-wayland-weston-rel-tests/14104/overview
Original change's description:
> [soft navs] Improve CLS test coverage.
>
> * Add coverage for softnav CLS after prerender and bfcache restores.
> * Migrate CLS coverage for regular page loads
> (SoftNavigationTest.LayoutShift) to use
> soft_navigation_basics.html, instead of soft_navigation.html, as
> it's drastically simpler.
> * Due to the migration, SoftNavigationTest::GetCLSFromList is no
> longer needed. Note that the replacement does not perform the
> session window / gap algorithm, instead, it assumes that some
> adjacent layout shifts are going to be expressed as their sum
> in UKM. I think this is good enough, as the window / gap stuff
> is tested elsewhere.
>
> For now, I'm doing exact comparisons (EXPECT_EQ) between the ukm CLS
> values and the values coming from the renderer. I'm hoping that we can
> get away with this and not see flakes (haven't seen any thus far), even
> though the values from the renderer may have added noise and get
> converted to integral values by rounding. But the alternative with
> converting to double and EXPECT_NEAR like it's done in
> layout_instability_browsertest.cc etc. seems less appealing because the
> typical 1.0 allowed error may end up missing salient differences.
>
> Bug: 496610192
> Change-Id: I2e77ce9ff8085f3677bbe8636bbc621609cca80d
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7842929
> Reviewed-by: Scott Haseley <shas...@chromium.org>
> Commit-Queue: Johannes Henkel <joha...@chromium.org>
> Reviewed-by: Annie Sullivan <sull...@chromium.org>
> Cr-Commit-Position: refs/heads/main@{#1632379}
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |