Releases: web-platform-tests/wpt
merge_pr_50214
Correctly cascade before-change style for @starting-style
Before-change style should inherit from parent after-change style for
@starting-style. That means we need to cascade after-change separately
also for before-change style in this case.
This CL separates out ensuring of after-change style so that it can be
shared between before- and after-change style computations.
Also, the StyleRecalcContext must be set up correctly with old_style to
ensure that:
- @starting-style rules are not applied for after-change style.
- @starting-style rules are applied for before-change style when
@starting-style is the before-change for a given style resolution.
Bug: 40337057
Change-Id: I92af1934fbab45bb294ea92055ec3be373a8caa5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6185041
Reviewed-by: Anders Hartvoll Ruud [email protected]
Commit-Queue: Rune Lillesveen [email protected]
Cr-Commit-Position: refs/heads/main@{#1409627}
merge_pr_50213
Removed extraneous parsing directory in css-overflow wpt
Change-Id: I77e64198df9a3f117b2007709f922a364940e92c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6188820
Commit-Queue: Rune Lillesveen [email protected]
Reviewed-by: Daniil Sakhapov [email protected]
Cr-Commit-Position: refs/heads/main@{#1409591}
merge_pr_50212
webrtc: add wpt for setCodecPreferences + rtx
BUG=chromium:387077342
Change-Id: I3289327d21e22a6c42edb56d3a9699a0a7cf8d06
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6186273
Reviewed-by: Harald Alvestrand [email protected]
Reviewed-by: Henrik Boström [email protected]
Commit-Queue: Philipp Hancke [email protected]
Cr-Commit-Position: refs/heads/main@{#1409660}
merge_pr_50211
Support ::scroll-button(*)
Selector matches any ::scroll-button, recently added to spec.
Bug: 388538943
Change-Id: I5253f369ee1a6a5351f8064f4e238dfbf50a87dc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6185896
Commit-Queue: Rune Lillesveen [email protected]
Reviewed-by: Daniil Sakhapov [email protected]
Cr-Commit-Position: refs/heads/main@{#1409581}
merge_pr_50208
Translator: Implement sourceLanguage and targetLanguage attributes
Implements the sourceLanguage and targetLanguage attributes.
Bug: 391439683
Change-Id: I7dde1a78de30ad959ca92ee424596fb7442786b9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6186019
Commit-Queue: Nathan Memmott [email protected]
Reviewed-by: Ming-Ying Chung [email protected]
Cr-Commit-Position: refs/heads/main@{#1409688}
merge_pr_50206
IDB WPTs: Extend idbtransaction-objectStore related tests to workers
The update modifies idbtransaction-objectStore related WPTs to run not
only in window environments but also on dedicated, service, and shared
workers.
Bug: 41455766
Change-Id: I78c3ac5bece152c71343b7ca01618ca9789e3ab1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5913117
Auto-Submit: Garima Chadha [email protected]
Reviewed-by: Steve Becker [email protected]
Reviewed-by: Rahul Singh [email protected]
Commit-Queue: Garima Chadha [email protected]
Cr-Commit-Position: refs/heads/main@{#1409462}
merge_pr_50205
IDB WPTs: Extend idbobjectstore-rename related tests to workers
The update modifies idbobjectstore-rename related WPTs to run not
only in window environments but also on dedicated, service, and shared
workers.
Bug: 41455766
Change-Id: I1e6d38417a2a4d29902004c8760c31d0fb049d51
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5914173
Reviewed-by: Steve Becker [email protected]
Reviewed-by: Rahul Singh [email protected]
Auto-Submit: Garima Chadha [email protected]
Commit-Queue: Garima Chadha [email protected]
Cr-Commit-Position: refs/heads/main@{#1409460}
merge_pr_50202
Support {Element|DocumentOrShadowRoot}.getAnimations({subtree: true}) for view-transitions.
There are two reasons we cannot use the original version of
pseudo-element-animaiton.html:
- Our finished promise is never resolved (Bug 1914322).
- We haven't imported the UA stylesheet (Bug 1914323, Bug 1914324).
So I need to write a new test based on our current implementation, and
rename the original pseudo-element-animations.html as
pseudo-element-animations-rerun.html.
Differential Revision: https://phabricator.services.mozilla.com/D231345
bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1921109
gecko-commit: 2a99eda179fe52e825c1fa813df4524eaf3e76b3
gecko-reviewers: view-transitions-reviewers, emilio
merge_pr_50199
Fix direction = "inherit" for offscreen canvas
Offscreen canvas was not inheriting the direction attribute in the
way the spec described (which I am in the process of reworking). When
the direction is inherit the offscreen should try to get it from a
canvas element it is associated with, or the document if there is no
associated element (i.e. it was not transferred).
Also add tests for canvas text direction = "inherit"
Bug: 390272618
Change-Id: I5f862a4e2337b94b2eaa721733725a860872a824
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6173291
Reviewed-by: Andres Ricardo Perez [email protected]
Commit-Queue: Stephen Chenney [email protected]
Cr-Commit-Position: refs/heads/main@{#1409617}
merge_pr_50195
Remove the HTMLPopoverActionHover flag [3/N]
This functionality is being replaced by the interesttarget
attribute.
Bug: 326681249
Change-Id: Idb635e474d27588c937e3468d39b37806ff7352a
Fixed: 381444317
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6177202
Reviewed-by: David Baron [email protected]
Auto-Submit: Mason Freed [email protected]
Commit-Queue: Mason Freed [email protected]
Cr-Commit-Position: refs/heads/main@{#1409868}