Releases: web-platform-tests/wpt
merge_pr_53572
Map text-underline-offset tests to web-features (#53572)
merge_pr_53571
Map moveBefore() tests to web-features (#53571)
merge_pr_53558
WPTs for messages to a service worker controlled page (#53558)
This CL adds WPTs for messaging a BFCached page controlled by a service
worker. While a similar test for Client.postMessage() already exists in
external/wpt
(third_party/blink/web_tests/external/wpt/html/browsers/browsing-the-web/back-forward-cache/service-worker-client-postmessage.https.html),
this new test checks the reason for the eviction.
Bug: 428057368
Change-Id: I12885db26546c3dd1bfbb63de58537d3cea78e88
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6680929
Reviewed-by: Ming-Ying Chung [email protected]
Auto-Submit: Anna Sato [email protected]
Reviewed-by: Mingyu Lei [email protected]
Commit-Queue: Ming-Ying Chung [email protected]
Cr-Commit-Position: refs/heads/main@{#1482008}
Co-authored-by: Anna Sato [email protected]
merge_pr_53534
Allow trailing semicolon in 'keyTimes' and 'keyPoints'
The spec [1][2] has allowed trailing semicolons for the these attributes
for a time now, and we're allowing trailing semicolons in 'values' and
'keySplines' already.
Guarded by "SmilKeyTimesKeyPointsAllowTrailingSemicolon".
[1] https://svgwg.org/specs/animations/#KeyTimesAttribute
[2] https://svgwg.org/specs/animations/#KeyPointsAttribute
Fixed: 427020732
Change-Id: I29fb8bab7672b1f3be9352f53ff74a103a3febd2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6695946
Commit-Queue: Fredrik Söderquist [email protected]
Reviewed-by: Philip Rogers [email protected]
Cr-Commit-Position: refs/heads/main@{#1481457}
merge_pr_53530
script: Remove the quirk of flooring rowSpan by 1
Only Firefox has this quirk, Chrome and Safari don't. So it's simpler
to just remove it.
Signed-off-by: Oriol Brufau [email protected]
merge_pr_53526
Digital Credentials: check cyclic structures. (#53526)
merge_pr_53476
Change accent to HTML character code (#53476)
merge_pr_52537
Map rAF worker test to web-features (#52537)
merge_pr_53601
[animation-trigger] Parse timeline-trigger-timeline
timeline-trigger-timeline will be one of the long hands of
timeline-trigger. It is parsed exactly he same way
animation-trigger-timeline.
Bug: 429392773, 390314945
Change-Id: I882a15b28cb8d3dcfca784b972158e2b479bb0bb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6703002
Commit-Queue: David Awogbemila [email protected]
Reviewed-by: Anders Hartvoll Ruud [email protected]
Cr-Commit-Position: refs/heads/main@{#1482677}
merge_pr_53600
[animation-trigger] Parse timeline-trigger-{exit}-range-{start, end}
timeline-trigger-range-{start, end} (and the exit versions) will be one
of the longhands of timeline-trigger. They are parsed exactly the same
way as animation-trigger-range-{start, end} and the corresponding exit
versions.
This patch also cleans up an unused AnimationData param from
ComputedStyleUtils::ValueForAnimationRangeList and
ComputedStyleUtils::ValueForAnimationTriggerExitRangeList.
Bug: 429392773, 390314945
Change-Id: Ibf8413bbb42b6ce8a81cc0646c761c08b6e1ef2c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6703001
Reviewed-by: Anders Hartvoll Ruud [email protected]
Commit-Queue: David Awogbemila [email protected]
Cr-Commit-Position: refs/heads/main@{#1482676}