Skip to content

Releases: web-platform-tests/wpt

merge_pr_46460

24 May 16:34
Compare
Choose a tag to compare

When converting legacy rgb(..) to color(srgb ..), ensure the flags are set accordingly

Differential Revision: https://phabricator.services.mozilla.com/D211341

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1898468
gecko-commit: e4cd5d49fd0b509c41ff15d3f667fccd92dedf54
gecko-reviewers: layout-reviewers, emilio

merge_pr_46456

24 May 07:44
Compare
Choose a tag to compare

[wdspec] Add wdspec tests for network.continueRequest

Depends on D209540

Differential Revision: https://phabricator.services.mozilla.com/D209541

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1850680
gecko-commit: 9a98ace82049ec685ce68c7a2b1c7f877be06532
gecko-reviewers: webdriver-reviewers, whimboo

merge_pr_46441

24 May 11:13
a48548e
Compare
Choose a tag to compare

[WebDriver BiDi] Fix test for window.prompt opened (#46441)

  • [WebDriver BiDi] Fix test for window.prompt opened

  • fix other test as well

  • Update webdriver/tests/bidi/browsing_context/user_prompt_opened/user_prompt_opened.py

Co-authored-by: Maksim Sadym 69349599+sadym-chromium@users.noreply.github.com


Co-authored-by: Maksim Sadym 69349599+sadym-chromium@users.noreply.github.com

merge_pr_46429

24 May 07:39
Compare
Choose a tag to compare

[wdspec] Add more tests for the unhandledPromptBehavior capability.

Depends on D210731

Differential Revision: https://phabricator.services.mozilla.com/D210732

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1895738
gecko-commit: 58f32a0924c895a0240482a477f1aea72dddd44d
gecko-reviewers: webdriver-reviewers, jdescottes

merge_pr_46232

24 May 17:10
cceaf36
Compare
Choose a tag to compare

Add tests for Blob.prototype.bytes()

For w3c/FileAPI#198.

merge_pr_46464

23 May 23:46
Compare
Choose a tag to compare

[shared storage] Move the opaque origin check to each SharedStorage method

Currently, we throw an error when accessing window.sharedStorage in an
opaque origin context. This deviates from the specification, which
specifies to throw an error for opaque origins within each method.

We fix the code to align with the specification. The validation
at mojom boundary is also moved to each method. This requires
SharedStorageWorkletDevToolsAgentHostTest to update the page
origin to https scheme.

This also begins to address the ambiguity around whether
sharedStorage.createWorklet(url) should be permitted in opaque origin
contexts. By relocating the check, we create flexibility for
potential future relaxation of these constraints.

Bug: 342197901
Change-Id: Ie1583b341148681be202eeae39810cbfac546de9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5560723
Reviewed-by: Andrey Kosyakov caseq@chromium.org
Commit-Queue: Yao Xiao yaoxia@chromium.org
Reviewed-by: Cammie Smith Barnes cammie@chromium.org
Cr-Commit-Position: refs/heads/main@{#1305355}

merge_pr_46463

23 May 23:06
Compare
Choose a tag to compare

Fix nullptr when calling GetPositionAnchor(Element|Object)

anchor_query can be nullptr if no descendants of the current
containing block have anchor-name. Problem happens when the current
OOF LayoutObject has position-try but it doesn't have anchor position
(causing the UBSan warning about *anchor_query but the nullptr was
never actually dereferenced), or it has an invalid position-anchor
(causing nullptr crash).

Bug: 338929745
Change-Id: I488fba3aeaf7efdaef2bf75e8cc65fa97240af1e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5564844
Auto-Submit: Xianzhu Wang wangxianzhu@chromium.org
Commit-Queue: Mason Freed masonf@chromium.org
Reviewed-by: Mason Freed masonf@chromium.org
Cr-Commit-Position: refs/heads/main@{#1305353}

merge_pr_46458

23 May 17:09
Compare
Choose a tag to compare

Fix var() parsing in font-variation-settings

Similar to crrev.com/c/5554250, Peek() first to check for a block before
calling Consume().

Fixed: 342078742
Change-Id: Ibcc31c60b4e1d23b9942d1ccf8da689b413f974b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5560398
Reviewed-by: Steinar H Gunderson sesse@chromium.org
Commit-Queue: Kevin Babbitt kbabbitt@microsoft.com
Cr-Commit-Position: refs/heads/main@{#1305140}

merge_pr_46457

23 May 15:04
Compare
Choose a tag to compare

[css-scroll-snap-2] Rename snapchanging to scrollsnapchanging

Per the CSS working group resolution[1], snapchanging should be
renamed to scrollsnapchanging. This patch changes the relevant file
names and directory names.

Bug: 40286359, 338290502
Change-Id: I6ea9f887536390ec25ec8aa83908c3fd1bfa7ffd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5538928
Commit-Queue: David Awogbemila awogbemila@chromium.org
Reviewed-by: Kevin Ellis kevers@chromium.org
Cr-Commit-Position: refs/heads/main@{#1305064}

merge_pr_46452

23 May 09:48
Compare
Choose a tag to compare

[text-box-trim] Honor clearance with <br>

While text-box-trim can trim objects in a line box that
pushes following boxes down, ClearanceAfterLine() should be
still valid, because the clearance space isn't part of the
line box. This patch fixes it.

Changes are under a runtime flag enabled only for testing.

Bug: 40254880
Change-Id: Ifc1cdbfbe40adcd69a245c8e0594c41f57bc94b2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5561849
Auto-Submit: Koji Ishii kojii@chromium.org
Reviewed-by: Kent Tamura tkent@chromium.org
Commit-Queue: Koji Ishii kojii@chromium.org
Commit-Queue: Kent Tamura tkent@chromium.org
Cr-Commit-Position: refs/heads/main@{#1304935}