Update web-platform-tests to revision b'ece751218b0ba35e99fa900bfd2a2d89c4bb69da'

This commit is contained in:
WPT Sync Bot 2023-01-22 01:39:08 +00:00
parent 6d8358a482
commit 02cb6d44e5
228 changed files with 2082 additions and 608 deletions

View file

@ -5,7 +5,7 @@
<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 (Chrome-only): -->
<meta name="fuzzy" content="maxDifference=0-1;totalPixels=0-472272">
<meta name="fuzzy" content="maxDifference=0-1;totalPixels=0-472500">
<script>
const target = document.getElementById("target");
target.showModal();