Releases: web-platform-tests/wpt
merge_pr_54790
Revert "Bug 1720570: apply code formatting via Lando" for causing build bustages @ ModuleLoaderBase.h
This reverts commit ba4e61647555a5460cf544102b89d5b0363ff3e7.
Revert "Bug 1720570 - Update web-platform test expectations; r=layout-reviewers,emilio"
This reverts commit 27214f9ae8620d03eb481d7b0599f5176250e4fb.
Revert "Bug 1720570 - Use backgroundImage in relative-urls.html; r=layout-reviewers,emilio"
This reverts commit 97ec45d1dbceb0907db36c7e9a29f498012d9a1d.
Revert "Bug 1720570 - Support fetching css module scripts; r=dom-core,smaug"
This reverts commit e54b57ec16ba1e103bf664752bf77c74a0445b3b.
Revert "Bug 1720570 - Add support for css modules in ModuleLoader, WorkerModuleLoader and WorkletModuleLoader; r=allstarschh,dom-core,emilio,smaug"
This reverts commit 2eb55b783d07e484daeb49d159c42115621122be.
Revert "Bug 1720570 - Break out separate method to create constructed stylesheets; r=layout-reviewers,firefox-style-system-reviewers,emilio"
This reverts commit 2ccebf50bb7671ba540ea53ad5391ce9e21c760b.
Revert "Bug 1720570 - Move ModuleTypeAllowed check into ModuleLoaderBase; r=allstarschh"
This reverts commit 040b387d3e6af5bbeb4076d5377f989f3e14eb0c.
Revert "Bug 1720570 - Handle css module in GetModuleType; r=allstarschh"
This reverts commit 4b64b94cb100d525a21f1fe838561f084b5b636a.
Revert "Bug 1720570 - Add CreateCssModule; r=allstarschh"
This reverts commit 3f20b1d5b74c033864bb38e46932ded6485ea910.
Revert "Bug 1720570 - Add ModuleType::CSS; r=allstarschh"
This reverts commit ef5e3a71514a5e65e355334b0dc2a39df2ed267b.
Revert "Bug 1720570 - Add pref for css module scripts; r=layout-reviewers,emilio"
This reverts commit 7a9b1fbac0622f541985f3fc8843a0f37c83efd7.
gecko-commit: fe97e3b0105335b19a1df665a286b9ba3c28c124
merge_pr_54789
Adjust the font size of font-size-adjust-009.html to make Windows happy
The test font-size-adjust-009.html assumes that the Noto font has a
cap-height of 1462/2048 units. On Linux and macOS, the reported font
metrics match this assumption. However, Windows (DirectWrite) reports a
cap-height of 1472/2048, a 10-unit difference that causes the test to
fail.
This change adjusts the test font size so that the discrepancy is
diluted when floating-point values are truncated, ensuring consistent
results across platforms.
Bug: 441537622
Change-Id: I8d72717cf4643363b7c931c2b6e1b789d075e79f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6933761
Reviewed-by: Dominik Röttsches [email protected]
Commit-Queue: Dominik Röttsches [email protected]
Cr-Commit-Position: refs/heads/main@{#1513597}
merge_pr_54788
Use document.fonts.ready.then to not depend on font timing (#54788)
merge_pr_54773
layout: Set baseline even if line box has no fragment
InlineFormattingContextLayout::finish_current_line_and_reset()
has an
early return in case the line has no fragment. However, if the line only
has a forced line break, then we still need to set the baseline.
Signed-off-by: Oriol Brufau [email protected]
merge_pr_54781
Stop including credentials on for registeringOrigins .well-known fetches
This isn't especially harmful, given that this is a security protection
rather than a privacy one, but .well-known fetches should generally be
made without credentials.
Change-Id: I59b191403deda4a558a6dac8116c6d73fafbfa23
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6923659
Reviewed-by: thefrog [email protected]
Commit-Queue: Daniel Rubery [email protected]
Cr-Commit-Position: refs/heads/main@{#1513247}
merge_pr_54780
ContainerTiming: do not use onload for setting up the WPT tests
After running the tests without onload, and as the observer is expected to
track the actual paints, it seems it is not really needed for set up. So this
changeset removes the usage of window.onload. This was inherited from the
elementtiming tests.
Bug: 382422286
Change-Id: Ibdd78cb84fb4f9778f5444115570cc86a3e8d393
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6596752
Commit-Queue: José Dapena Paz [email protected]
Reviewed-by: Michal Mocny [email protected]
Cr-Commit-Position: refs/heads/main@{#1513197}
merge_pr_54779
ScopedVT: Support :active-view-transition[-type] on scope.
Bug: 443707076
Change-Id: I6c29fdb7fee5a8d17c2c826d38495b119b6c19a8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6927610
Reviewed-by: Vladimir Levin [email protected]
Commit-Queue: Steve Kobes [email protected]
Cr-Commit-Position: refs/heads/main@{#1513215}
merge_pr_54778
Add WPT for empty session config responses
These should cause a failed registration, but should be allowed on
refresh.
Fixed: 412265468
Change-Id: Ic1fd4f440c9c50e75dfbd511c6c02fd176c7e1b2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6925084
Commit-Queue: Daniel Rubery [email protected]
Reviewed-by: thefrog [email protected]
Cr-Commit-Position: refs/heads/main@{#1513277}
merge_pr_54775
[Masonry] Fix crash in OutOfFlowLayoutPart::GetContainingBlockInfo
This CL addresses a null dereference crash when calling
container_builder_->GetGridLayoutData()
in
OutOfFlowLayoutPart::GetContainingBlockInfo
. The root cause was that
GridLayoutData
was not available when placing out-of-flow children
in the SimplifiedLayoutAlgorithm
.
This change ensures that the necessary GridLayoutData
is transferred
from the stored layout result, making it available for use in
GetContainingBlockInfo
.
Fixed: 443476904
Change-Id: Ideb00e9285414bcdbcf81cdfe4c9b9c5d4ac45e1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6926022
Reviewed-by: Kurt Catti-Schmidt [email protected]
Reviewed-by: Alison Maher [email protected]
Commit-Queue: Yanling Wang [email protected]
Cr-Commit-Position: refs/heads/main@{#1513149}
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}