-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Reviewed-by: Brad Triebwasser <[email protected]> Reviewed-by: Ayu Ishii <[email protected]> Commit-Queue: Ayu Ishii <[email protected]> Cr-Commit-Position: refs/heads/main@{#1227107}
- Loading branch information
1 parent
0fafa63
commit c8ecca5
Showing
10 changed files
with
46 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 4 additions & 3 deletions
7
font-access/font_access_detached_iframe.tentative.https.window.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
font-access/permissions-policy/local-fonts-allowed-by-permissions-policy.https.sub.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
font-access/permissions-policy/local-fonts-default-permissions-policy.https.sub.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
font-access/permissions-policy/local-fonts-disabled-by-permissions-policy.https.sub.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters