Skip to content

Releases: web-platform-tests/wpt

merge_pr_49281

20 Nov 00:51
Compare
Choose a tag to compare

Remove CHECK that can get hit due to foster parenting

In this case:

{{#}}

the prior CHECK could get hit. Since we're just popping the part
root, this CL just removes the CHECK.

Note that the prior CL that added the test for this inadvertently
made the test not work, due to the name. See crbug.com/379764806.

Bug: 40271855
Bug: 379764806
Change-Id: Ib723cf166ecbe0f2a7da855c27d56e84e2957fba
Fixed: 372994343
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6033772
Reviewed-by: Di Zhang [email protected]
Commit-Queue: Di Zhang [email protected]
Auto-Submit: Mason Freed [email protected]
Cr-Commit-Position: refs/heads/main@{#1385341}

merge_pr_49280

20 Nov 00:23
Compare
Choose a tag to compare

Rename popover test that has a name that keeps it from running

See crbug.com/379764806 for details. Things called crash-.tentative
do not get run by our infra. This test also uses test_driver, which
is illegal for a crash test, so I just renamed it to a regular
test (without "crash"), since it has asserts anyway.

Bug: 379764806
Change-Id: I36b6f196561991016b50b7931acdcec15022ddf8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6034310
Auto-Submit: Mason Freed [email protected]
Reviewed-by: Di Zhang [email protected]
Commit-Queue: Di Zhang [email protected]
Cr-Commit-Position: refs/heads/main@{#1385316}

merge_pr_49275

20 Nov 04:04
Compare
Choose a tag to compare

Skip customizable select hidden options

Hidden customizable select options should be skipped when changing
focus using the up and down keys.

Bug: 377620848
Change-Id: I66e407efdb854b5d90cc531b375768eb05c94c53
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6030380
Commit-Queue: Traian Captan [email protected]
Auto-Submit: Traian Captan [email protected]
Reviewed-by: Joey Arhar [email protected]
Cr-Commit-Position: refs/heads/main@{#1385414}

merge_pr_49271

20 Nov 17:23
Compare
Choose a tag to compare

Ensure inline elements in an empty linebox as having zero BSize and no baseline.

Also add meta viewport tag to the setup of /FileAPI/url/url-in-tags.window.js
WPT - This test passes now, but without this change, the test's viewport gets
automatically zoomed out when run on Android; and that zoom factor can lead to
off-by-one test failures from pixel-rounding discrepancies.

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

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1931466
gecko-commit: e2242ed908c0f7637c2b9277a674d5d0e1bcd09f
gecko-reviewers: layout-reviewers, dholbert, jfkthame

merge_pr_49266

20 Nov 17:40
Compare
Choose a tag to compare

Test simulcast screenshare in webrtc/simulcast/screenshare.https.html WPT.

Depends on D189663

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

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1692873
gecko-commit: efbb9e1af880f1a6fc1aee81e670b399906a8698
gecko-reviewers: bwc

merge_pr_49265

20 Nov 02:34
Compare
Choose a tag to compare

Add a test for pseudo-elements in replaced elements.

See links in the test for spec references.

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

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1932081
gecko-commit: 3c80be8d9d852a42272f757e5f78a5861ef31969
gecko-reviewers: jwatt

merge_pr_49264

20 Nov 17:27
Compare
Choose a tag to compare

Use fake GMP plugins in wpt from mach.

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

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1534688
gecko-commit: b3a2a30a0e289f734c0daeb663282ad6fbd3d777
gecko-reviewers: media-playback-reviewers, jgraham, webrtc-reviewers, bwc, padenot

merge_pr_49255

20 Nov 05:02
a9b5e57
Compare
Choose a tag to compare

Make clipboard-apis tests more robust to local variations in html (#49255)

This makes the test more robust to variation of markup resulting of clipboard operation. It really tests the script element has been removed and not that the full html is identical to a canonical form.

merge_pr_49250

20 Nov 06:40
b71cc3b
Compare
Choose a tag to compare

Add myself to WPT reviewers for specs I edit (#49250)

Co-authored-by: François Daoust [email protected]

merge_pr_49229

20 Nov 10:10
Compare
Choose a tag to compare

[Sanitizer] Reland: Implement core Sanitizer data structures + logic.

This implements the core Sanitizer logic. This is still missing
spec-mandated handling of "javascript:" URLs, and will have to be
updated as the spec develops. But other than that, the basics are now
there.


This a re-land of crrev.com/c/5922125. Patch set #1 is the original version,
as reviewed and submitted there. Patch set #2 contains the fix. Analysis of
the bug is in https://issues.chromium.org/issues/356601280#comment16

Bug: 356601280, 379235386, 379246316
Change-Id: I06d4a9a378330cc76015e3922b9e288d9503881a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6021482
Reviewed-by: Yifan Luo [email protected]
Reviewed-by: Joey Arhar [email protected]
Commit-Queue: Daniel Vogelheim [email protected]
Cr-Commit-Position: refs/heads/main@{#1385522}