Releases: web-platform-tests/wpt
merge_pr_54774
[webaudio-testharness] Consolidate assert_array_equal_within_eps
with assert_close_to_array
We currently have two similar functions for comparing arrays with
tolerance:
- assert_array_approximately_equals
- assert_close_to_array
This creates confusion and code duplication. Consolidate these into a
single function to provide a consistent API for array comparisons with
epsilon tolerance
Change-Id: I5390e26ad3b4f0419ca821ac2d933a7cd3d2b3ee
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6918499
Reviewed-by: Hongchan Choi [email protected]
Commit-Queue: Punith Nayak [email protected]
Reviewed-by: Alvin Ji [email protected]
Cr-Commit-Position: refs/heads/main@{#1513356}
merge_pr_54770
[webaudio-testharness] Migrate active-processing.https.html
Convert third_party/blink/web_tests/external/wpt/webaudio
/the-audio-api/the-channelmergernode-interface
/active-processing.https.html from the legacy audit.js runner to pure
testharness.js
Bug: 396477778
Change-Id: Ib1ea3e50f18b9e4c2b294753bd8acada95f44aa1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6926180
Reviewed-by: Matt Reynolds [email protected]
Commit-Queue: Hongchan Choi [email protected]
Reviewed-by: Hongchan Choi [email protected]
Cr-Commit-Position: refs/heads/main@{#1513121}
merge_pr_54769
Fix issue where load event might fire unexpectedly when loading a JavaScript URI
The issue occurs when a JavaScript URI is being loaded while image loads are also
triggered at the same time. If images finish loading before the Javascript URI
completes execution, e.g. requested images are avaiable in image cache or a
synchronous XHR is spining the event loop, the load event might be fired unexpectedly.
This is primarily because the Javascript URI loading is tracked as a state in DocLoader
whenever a Javascript URI load is triggered even if the load event should not fired.
So when image load complete, DocLoader erroneously determines to fire load event
due to document is in Javascript URI loading state.
Differential Revision: https://phabricator.services.mozilla.com/D260780
bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1978709
gecko-commit: 0482e78e029533cf1c87848dc311952947edad44
gecko-reviewers: smaug
merge_pr_54768
Update the test to not depend on font loading timing (#54768)
Also remove some unused column rules.
merge_pr_54767
Adjust WPT fieldset-generated-content.html to better-target font styling.
Without this change, the test results are impossible to read (they're
rendered with the Ahem font) when you run this test directly, because the test
results are stored in nodes that get appended to the body, which means they
inherit the body's "font" declaration.
This avoids that problem by targeting the font CSS to a subtree of test
content (which excludes the test results).
Differential Revision: https://phabricator.services.mozilla.com/D264159
bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1987504
gecko-commit: f69c37a305adf3592f7380921c0ff137c7acfce9
gecko-reviewers: layout-reviewers, hiro
merge_pr_54765
Part 10 - Add a WPT test for text-autospace.
text-autospace-002.html
and its reference file are adapted from
text-autospace-001.html
, replacing 国
with 𠀀
.
Differential Revision: https://phabricator.services.mozilla.com/D263656
bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1980106
gecko-commit: 0a09ff47a9146e2459b9bdc8eb6f7d3f6f6e3820
gecko-reviewers: layout-jp-market-reviewers, jfkthame
merge_pr_54764
Adjust WPT test metadata.
... Ensure that the minimum viewport scaling for anchor-scroll-nested.html
as well as its reference file is set to 1, since having the viewport scaled
breaks the reference's expecation of available scroll area.
Differential Revision: https://phabricator.services.mozilla.com/D264101
bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1973511
gecko-commit: 2b3aeed400a8ca6e9cb0f35cee3b571b24ea1519
gecko-reviewers: layout-reviewers, emilio
merge_pr_54756
Revert "Bug 1720570: apply code formatting via Lando" for causing Hazard failures.
This reverts commit 8267f4ae1433250f4b562b34c242bf49ef3af4ea.
Revert "Bug 1720570 - Update web-platform test expectations; r=layout-reviewers,emilio"
This reverts commit 0a8f6facf2b4ac4fb2041be29ab7acc290b54522.
Revert "Bug 1720570 - Use backgroundImage in relative-urls.html; r=layout-reviewers,emilio"
This reverts commit 886bec571a6bc5d4609b0e618a05e22dcd352e33.
Revert "Bug 1720570 - Support fetching css module scripts; r=dom-core,smaug"
This reverts commit 161decf185d41e79bc52ef0a7705b1c0286af4d9.
Revert "Bug 1720570 - Add support for css modules in ModuleLoader, WorkerModuleLoader and WorkletModuleLoader; r=allstarschh,dom-core,emilio,smaug"
This reverts commit 1c0eba5a86d1f8ea55d941ae46f7b4e5f9067246.
Revert "Bug 1720570 - Break out separate method to create constructed stylesheets; r=layout-reviewers,firefox-style-system-reviewers,emilio"
This reverts commit 0552b0f555a760900d84eb09b550db7df439abde.
Revert "Bug 1720570 - Move ModuleTypeAllowed check into ModuleLoaderBase; r=allstarschh"
This reverts commit b3be3d8fc4fef981431b4820c658a4e4d24c4d6a.
Revert "Bug 1720570 - Handle css module in GetModuleType; r=allstarschh"
This reverts commit 6ff53c0877ed14bccb7c295b7e959fa190c68c89.
Revert "Bug 1720570 - Add CreateCssModule; r=allstarschh"
This reverts commit cf4c677737de3ab1bbd5e48023cf786dd5328701.
Revert "Bug 1720570 - Add ModuleType::CSS; r=allstarschh"
This reverts commit e5f62514791c2d8468aafe1389318fd5f8a7635c.
Revert "Bug 1720570 - Add pref for css module scripts; r=layout-reviewers,emilio"
This reverts commit 9155521841f93d69ea866853f499dd83c32ebb10.
gecko-commit: eccda4c4708db12e5d72dfcc9482e2cd12aa729d
merge_pr_54753
Add test for bug 1764863.
Differential Revision: https://phabricator.services.mozilla.com/D264030
bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1987340
gecko-commit: 97d293f7c03c34dfb32ad962a9274bdb0f74b264
gecko-reviewers: gfx-reviewers, nical
merge_pr_54751
[SoftNavs] Remove PerfObserver option for icp entries.
This removes the requirement to use includeSoftNavigationObservations
PerformanceObserver option for observing interaction-contentful-paint
entries.
Bug: 442817485
Change-Id: I96c603b9b56ebaa4e65faff0f6ae6f2baf4129cc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6911489
Commit-Queue: Michal Mocny [email protected]
Reviewed-by: Scott Haseley [email protected]
Cr-Commit-Position: refs/heads/main@{#1513013}