Skip to content

Releases: web-platform-tests/wpt

merge_pr_53572

07 Jul 14:15
6da59c8
Compare
Choose a tag to compare

Map text-underline-offset tests to web-features (#53572)

merge_pr_53571

07 Jul 14:15
208ee23
Compare
Choose a tag to compare

Map moveBefore() tests to web-features (#53571)

merge_pr_53558

07 Jul 21:48
93c5c9a
Compare
Choose a tag to compare

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

07 Jul 22:27
Compare
Choose a tag to compare

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

07 Jul 11:10
Compare
Choose a tag to compare

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

07 Jul 05:17
f334cf5
Compare
Choose a tag to compare

Digital Credentials: check cyclic structures. (#53526)

merge_pr_53476

07 Jul 12:53
6b740dd
Compare
Choose a tag to compare

Change accent to HTML character code (#53476)

merge_pr_52537

07 Jul 16:32
dc3606f
Compare
Choose a tag to compare

Map rAF worker test to web-features (#52537)

merge_pr_53601

04 Jul 17:54
Compare
Choose a tag to compare

[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

04 Jul 17:54
Compare
Choose a tag to compare

[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}