Releases: web-platform-tests/wpt
merge_pr_49333
[@container] Missing overflowing -> scrollable in test
Rename happened in a previous CL, but this test was left out.
Bug: 367764865
Change-Id: Iad994183d87d88395e2acb4b8f10c278fdbf8290
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6038131
Reviewed-by: Anders Hartvoll Ruud [email protected]
Commit-Queue: Rune Lillesveen [email protected]
Auto-Submit: Rune Lillesveen [email protected]
Cr-Commit-Position: refs/heads/main@{#1386833}
merge_pr_49332
Web Platform Tests for B&A auctions with k-anonymity enforcement
Bug: 41495800
Change-Id: I24929462e13d0ac56dd3002dd94d1d99ccfeef39
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6034458
Commit-Queue: Russ Hamilton [email protected]
Reviewed-by: Maks Orlovich [email protected]
Reviewed-by: Koji Ishii [email protected]
Cr-Commit-Position: refs/heads/main@{#1386832}
merge_pr_49331
Refactor pointerevents_iframe-touch-action-none
Problems in the test:
- onload only ensures the parent frame is loaded and not the child
frame. Fix by explicitly triggering load of the child frame and
waiting on completion. - assumes message from child frame will be posted and processed by the
time the button is pressed, but this can happen too quickly. Fix by
waiting on a message promise from the child frame. - concatenation of events from the child frame is needlessly
convoluted and likely the result of copy-paste from another test.
1 flake over 100 runs without fix.
0 flakes over 600 runs with the fix.
Bug: 40770210
Change-Id: Icf6640ee87b0d85f93bfa0753794545f1c302462
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6035259
Reviewed-by: Mustaq Ahmed [email protected]
Commit-Queue: Kevin Ellis [email protected]
Cr-Commit-Position: refs/heads/main@{#1386777}
merge_pr_49330
Clean up wpt tests for attr() security
Clean up wpt tests for attr() security violations, add tests for url()
function and tests reflecting the following spec changes [0].
Bug: 40320391
Change-Id: I05d73f4ee78aff1ccd0ae7f90584f5f5a9353b09
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6020647
Reviewed-by: Anders Hartvoll Ruud [email protected]
Commit-Queue: Munira Tursunova [email protected]
Cr-Commit-Position: refs/heads/main@{#1386745}
merge_pr_49329
Fix failing WPTs introduced by https://crrev.com/c/5937916
There are few failures introduced by WPT import in the editing component
where the editing includes forward-delete command alongwith the
white-space CSS properties. This CL fixes the failing WPTs by setting
the expectation as per the CSS specification linked below.
https: //www.w3.org/TR/css-text-3/#white-space-property
Bug: 373924023
Change-Id: I80d322fbafa9d3a592d80d78c43480f2e34b8485
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5953176
Reviewed-by: Koji Ishii [email protected]
Reviewed-by: Siye Liu [email protected]
Commit-Queue: Utkarsh Pathak [email protected]
Cr-Commit-Position: refs/heads/main@{#1386719}
merge_pr_49328
[text-box-trim] fix wrong reference to font
text-box-trim-accumulation-002/003/004 were failing due to the wrong
path to font file.
This CL fixes them and removes them from TestExpectations
Bug: 374787320
Change-Id: I4e715570f4dc14d6a56af21140f9969abc697a5d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6038442
Reviewed-by: Koji Ishii [email protected]
Commit-Queue: Koji Ishii [email protected]
Cr-Commit-Position: refs/heads/main@{#1386711}
merge_pr_49327
[WebDriver BiDi] Align initial browsingContext
events with the spec (#49327)
As discussed in w3c/webdriver-bidi#766, and according to the HTML spec, the navigation, load and dom loaded events should not be emitted when browsing context is created.
merge_pr_49326
[CompositeClipPathAnimation] Fix crash with position: absolute
A new clip path crash was discovered during experimentation,
exacerbated by a recent change that enables clip path animations
when there is a positive delay or clip-path: none.
In this case when the positioning is absolute, the clip path style
property is a nullptr instead of being filled with the value for
none. This breaks assumptiosn in clip path clipper, which assume
(reasonably, based on prior usage of the code) that an element
with a clip path animation or a mask based clip will have a clip path
value in its style.
This change adds conditionals and removes a DCHECK to prevent any
crash in this case.
Bug: 378027650
Change-Id: If7e2814a4de647c1f6cebe6e7f8291419bcac018
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6001026
Reviewed-by: Philip Rogers [email protected]
Commit-Queue: Claire Chambers [email protected]
Cr-Commit-Position: refs/heads/main@{#1386634}
merge_pr_49318
Part 3 - Add additional web-platform tests.
intrinsic-percent-replaced-024.html
and intrinsic-percent-replaced-025.html
capture the testcases in bug 1926015.
intrinsic-percent-replaced-026.html
is adapted from bug 1888262. This is a
pre-existing bug, not a regression. Unfortunately, it is still failing, and
requires further investigation. I add the testcase while I'm working on a
similar issue.
intrinsic-percent-replaced-027.html
is a reduced testcase from virtualbox.org
(bug 1931491).
Differential Revision: https://phabricator.services.mozilla.com/D229579
bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1926015
gecko-commit: f6ac932f84a4512c7a1e9170ac455bc2b0a3c242
gecko-reviewers: dholbert
merge_pr_49314
Add "remoteAsyncEvents" and "sessionHistoryInParent" keywords in the list of update_properties for wpt-update command.
Differential Revision: https://phabricator.services.mozilla.com/D229771
bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1932597
gecko-commit: c1a15d8f1a23b026bb4e33c2adf5871e41d9a776
gecko-reviewers: jgraham