Releases: web-platform-tests/wpt
merge_pr_50513
Bluetooth: Migrate some WPT tests to use Bidi SimulateAdapter
Migrate some Web Bluetooth WPT tests to use WebDriver Bidi
SimulateAdapter.
HeadlessBluetoothDelegate is created in order to use navigator.bluetooth.getAvailability.
Change-Id: I9ee03ec00a67e95c8c0a485fa9f6a247e1f0ff59
Bug: 41484719
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6165347
Commit-Queue: Jack Hsieh [email protected]
Reviewed-by: Peter Kvitek [email protected]
Cr-Commit-Position: refs/heads/main@{#1416319}
merge_pr_50512
[rust png] Stall the test HTTP request at a slightly later offset.
After this CL, the HTTP request for a PNG image will stall for 2 seconds
at a slightly later offset than before. Before this CL, it would stall
at the beginning of the next frame's metadata chunk (fcTL
). After
this CL it will stall at the begining of the next frame's data chunk
(fdAT
).
See the bug for more details on why this change has been picked as a way
forward.
Bug: 393205780
Change-Id: Ic4d3ed45f43815c65320a41bb6b9d92b7368640e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6227950
Commit-Queue: Łukasz Anforowicz [email protected]
Reviewed-by: Michal Mocny [email protected]
Cr-Commit-Position: refs/heads/main@{#1416219}
merge_pr_50511
[functions] Detect cycles between
This is quite similar to CL:6190327: we just extend CycleElem
to accommodate yet another type.
Unfortunately we won't be able to keep using absl::variable when
we support tree-scoped references, since we'll need to store
GarbageCollected type at that point. But that's a problem for later.
Bug: 325504770
Change-Id: If1a51e5c7ee2d95a7070953c6f72dcf3601ae6a4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6190588
Reviewed-by: Munira Tursunova [email protected]
Commit-Queue: Anders Hartvoll Ruud [email protected]
Cr-Commit-Position: refs/heads/main@{#1416195}
merge_pr_50510
CSS corner-shape initial parsing
See https://drafts.csswg.org/css-borders-4/#corner-shaping
This adds the flag, property definition (logical+physical), and
parsing a couple of the keywords.
It also adds the Superellipse style type for storage.
Note that the changes to the corner-shape syntax affect existing
WPTs, which don't currently pass in any browser.
ChromeStatus: https://chromestatus.com/feature/5357329815699456
I2P: https://groups.google.com/a/chromium.org/g/blink-dev/c/UKLLVghiHYQ/m/tv0ANlToEQAJ
Bug: 393145930
Change-Id: Ie31440e97f75f42dd4c8129cb34f6f0685884374
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6225742
Commit-Queue: Noam Rosenthal [email protected]
Reviewed-by: Fredrik Söderquist [email protected]
Cr-Commit-Position: refs/heads/main@{#1416146}
merge_pr_50509
Ensure atomic style change events for ElementLayoutUpgrade
If an old style is stored in the PostStyleUpdateScope, it means we need
to perform layout to ensure style change events are atomic for a given
element.
Also fixed some spec links in tests.
Bug: 393513318, 344506496
Change-Id: I49aa1e5a2f9264e1fefbf2898d97e44116a98f3a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6231931
Reviewed-by: Anders Hartvoll Ruud [email protected]
Commit-Queue: Rune Lillesveen [email protected]
Cr-Commit-Position: refs/heads/main@{#1416092}
merge_pr_50506
IDB WPTs: Extend several IDB WPTs to run on workers (Part 8)
This set of IndexedDB WPTs currently only run in a window environment.
This change extends them to also run in dedicated, shared, and service
worker environments.
Bug: 41455766
Change-Id: I76a29b8b5a583f1bdbed2cba1c39981a05aedb48
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6222486
Reviewed-by: Steve Becker [email protected]
Commit-Queue: Rahul Singh [email protected]
Cr-Commit-Position: refs/heads/main@{#1415963}
merge_pr_50505
IDB WPTs: Extend several IDB WPTs to run on workers (Part 7)
This set of IndexedDB WPTs currently only run in a window environment.
This change extends them to also run in dedicated, shared, and service
worker environments.
Bug: 41455766
Change-Id: I28974fc203331cdab5912d4f6f862bf76fb62771
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6222375
Reviewed-by: Steve Becker [email protected]
Commit-Queue: Rahul Singh [email protected]
Cr-Commit-Position: refs/heads/main@{#1415947}
merge_pr_50504
IDB WPTs: Extend several IDB WPTs to run on workers (Part 6)
This set of IndexedDB WPTs currently only run in a window environment.
This change extends them to also run in dedicated, shared, and service
worker environments.
Bug: 41455766
Change-Id: Ib2f12949b1bcaeeab9105efbc936d78804505b91
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6221485
Reviewed-by: Steve Becker [email protected]
Commit-Queue: Rahul Singh [email protected]
Cr-Commit-Position: refs/heads/main@{#1415900}
merge_pr_50503
IDB WPTs: Extend several IDB WPTs to run on workers (Part 5)
This set of IndexedDB WPTs currently only run in a window environment.
This change extends them to also run in dedicated, shared, and service
worker environments.
Bug: 41455766
Change-Id: Ie80945a754dd614c38cf1bdbc41b24efd2053116
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6220616
Reviewed-by: Steve Becker [email protected]
Commit-Queue: Rahul Singh [email protected]
Cr-Commit-Position: refs/heads/main@{#1415869}
merge_pr_50496
Add oncommand Event Handler property to IDL
Bug: 40284894
Change-Id: Ib4203ee7141d582ab77cc698148ec04bc4706696
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6226413
Commit-Queue: Keith Cirkel [email protected]
Reviewed-by: Keith Cirkel [email protected]
Commit-Queue: Luke [email protected]
Cr-Commit-Position: refs/heads/main@{#1416105}