Releases: web-platform-tests/wpt
merge_pr_48028
Bump types-python-dateutil in /tools
Bumps types-python-dateutil from 2.9.0.20240316 to 2.9.0.20240906.
updated-dependencies:
- dependency-name: types-python-dateutil
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] support@github.com
merge_pr_48019
[wdspec] Fix continueResponse cookie test intermittent with flaky expiry date parsing
The parsed expiry for cookies might be slightly different from the provided value, because
Firefox will attempt to compensate the delta between the server time and the current time.
Instead of expecting an exact match, assert that the actual expiry is within 1ms of the expected
value.
Differential Revision: https://phabricator.services.mozilla.com/D221266
bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1916221
gecko-commit: b04eab8729b75766592b8de69f5a1280ad6a47e0
gecko-reviewers: baku, webdriver-reviewers, Sasha
merge_pr_48016
Backed out 5 changesets (bug 1915798, bug 1904665) for causing failures pointer_mouse_drag.py
Backed out changeset c163aae0b922 (bug 1915798)
Backed out changeset 27efecb55f94 (bug 1915798)
Backed out changeset 7670532062ec (bug 1904665)
Backed out changeset 669d9db4d064 (bug 1904665)
Backed out changeset a7ed7e623ec9 (bug 1904665)
gecko-commit: af6d5b1328c3584008d7423fcdb7a3d0919b1de2
merge_pr_48015
[wdspec] Updated tests for perform actions to check for "move target out of bounds" errors.
Differential Revision: https://phabricator.services.mozilla.com/D220937
bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1904665
gecko-commit: 669d9db4d0642bfa11c12b667d4f91e7c114380e
gecko-reviewers: webdriver-reviewers, jdescottes
merge_pr_48012
Resolve relative colors based on currentcolor
This CL contains the logic needed to evaluate relative color channel
values and expressions at used-value time, once the value of
currentcolor is known.
Bug: 325309578
Change-Id: Ie795ca28a43ea3c8f825a7b574a22a289c351bf9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5813537
Commit-Queue: Kevin Babbitt kbabbitt@microsoft.com
Reviewed-by: Rune Lillesveen futhark@chromium.org
Reviewed-by: Daniel Cheng dcheng@chromium.org
Cr-Commit-Position: refs/heads/main@{#1352951}
merge_pr_48001
Bump hypothesis from 6.104.1 to 6.112.0 in /tools
Bumps hypothesis from 6.104.1 to 6.112.0.
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] support@github.com
merge_pr_47824
Bump httpx[http2] from 0.27.0 to 0.27.2 in /tools
Bumps httpx[http2] from 0.27.0 to 0.27.2.
updated-dependencies:
- dependency-name: httpx[http2]
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] support@github.com
merge_pr_48029
Fix .content block-size in table-intrinsic-size-003.html
merge_pr_48021
layout: Do not use orthogonal baselines in flex layout
When a baseline is orthogonal to the main flexbox axis, it should not
take part in baseline alignment. This change does that for column flex.
While there is no support for vertical writing modes, this change is
made to be as writing mode-agnostic as possible.
Signed-off-by: Martin Robinson mrobinson@igalia.com
Co-authored-by: Oriol Brufau obrufau@igalia.com
merge_pr_48014
[css-typed-om] Don't crash for unrepresentable shorthands
ComputedStylePropertyMap::SerializationForShorthand for some reason
expects that CSSValueFromComputedStyle can't return nullptr, when in
reality this can easily happen as soon as you have a shorthand
which can't represent the currently held longhands.
We have likely exercised this code for a long time, but ever since
CL:5577948, we began crashing, since NOTREACHED() is fatal now.
Looking briefly over the spec, it is not defined what to return in
this situation, hence adding a crash test which doesn't make assertions
about the return value.
Fixed: 364443014
Change-Id: I5c6bcc4ef75285194aed2fc0a6b57429655c7610
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5840236
Reviewed-by: Rune Lillesveen futhark@chromium.org
Commit-Queue: Anders Hartvoll Ruud andruud@chromium.org
Cr-Commit-Position: refs/heads/main@{#1352461}