Skip to content

Releases: web-platform-tests/wpt

merge_pr_48028

09 Sep 09:30
Compare
Choose a tag to compare

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

09 Sep 12:34
Compare
Choose a tag to compare

[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

09 Sep 12:36
Compare
Choose a tag to compare

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

09 Sep 12:37
Compare
Choose a tag to compare

[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

09 Sep 20:37
Compare
Choose a tag to compare

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

09 Sep 09:28
Compare
Choose a tag to compare

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

09 Sep 09:31
Compare
Choose a tag to compare

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

07 Sep 05:25
Compare
Choose a tag to compare

Fix .content block-size in table-intrinsic-size-003.html

merge_pr_48021

07 Sep 23:08
Compare
Choose a tag to compare

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

07 Sep 19:44
Compare
Choose a tag to compare

[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}