Automatic update from web-platform-tests Reduce flakes on local font access WPT tests by marking them slow. Window.queryLocalFonts() or FontData.blob() JS API for enumerating local fonts could take longer than the default 6-second test timeout on some platforms (e.g. Mac Release) when called the first time. Marking the tests as slow WPT test to prevent this flakiness. For this: - Removed the relevant flaky TestExpectation entries added automatically by wpt importer. - Marked the relevant js and html files for font access WPT files as slow: - https://web-platform-tests.org/writing-tests/testharness.html #specifying-a-timeout-of-long - https://web-platform-tests.org/writing-tests/testharness-api.html #harness-timeout Bug: 1502008 Change-Id: I2075408aa1c563b0495ad6d0abecbcf078dd5e96 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5034577 Auto-Submit: Hakan Isbiliroglu <hisbilir@chromium.org> Reviewed-by: Brad Triebwasser <btriebw@chromium.org> Reviewed-by: Ayu Ishii <ayui@chromium.org> Commit-Queue: Ayu Ishii <ayui@chromium.org> Cr-Commit-Position: refs/heads/main@{#1227107} -- wpt-commits: c8ecca5aa4cb0d4ff212e82c909fa1c85ef11469 wpt-pr: 43221