Skip to content

Commit

Permalink
Try again to fix the backdrop-animate-002 test on WPT.fyi
Browse files Browse the repository at this point in the history
This test fails with off-by-one values on the green background. This
is attempt #2 to fix that, by adding fuzziness.

Bug: 1323293
Change-Id: I9f51f257ef0064b6cd144a32ae01b148ed881112
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3638193
Reviewed-by: Philip Rogers <pdr@chromium.org>
Auto-Submit: Mason Freed <masonf@chromium.org>
Commit-Queue: Mason Freed <masonf@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1001695}
  • Loading branch information
Mason Freed authored and chromium-wpt-export-bot committed May 10, 2022
1 parent a5ef294 commit 3238a6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions css/css-pseudo/backdrop-animate-002.html
Expand Up @@ -5,6 +5,9 @@
<link rel="help" href="https://fullscreen.spec.whatwg.org/#::backdrop-pseudo-element">
<link rel="match" href="backdrop-animate-002-ref.html">
<dialog id="target">Dialog contents</dialog>
<!-- This test fails on WPT.fyi with off-by-one on the green background: -->
<meta name=fuzzy content="maxDifference=1;totalPixels=472272">

<style>
#target::backdrop {
will-change: transform;
Expand Down

0 comments on commit 3238a6a

Please sign in to comment.