Sync WPT with upstream (24-08-2025) (#38893)

Automated downstream sync of changes from upstream as of 24-08-2025
[no-wpt-sync]

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2025-08-24 03:41:18 +02:00 committed by GitHub
parent 1fc857865f
commit fa42968a61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
365 changed files with 7904 additions and 2377 deletions

View file

@ -134,6 +134,39 @@
[IDBFactory interface: [object IDBFactory\] must inherit property "databases()" with the proper type]
expected: FAIL
[IDBObjectStore interface: operation getAllRecords(optional IDBGetAllOptions)]
expected: FAIL
[IDBIndex interface: operation getAllRecords(optional IDBGetAllOptions)]
expected: FAIL
[IDBRecord interface: existence and properties of interface object]
expected: FAIL
[IDBRecord interface object length]
expected: FAIL
[IDBRecord interface object name]
expected: FAIL
[IDBRecord interface: existence and properties of interface prototype object]
expected: FAIL
[IDBRecord interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[IDBRecord interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[IDBRecord interface: attribute key]
expected: FAIL
[IDBRecord interface: attribute primaryKey]
expected: FAIL
[IDBRecord interface: attribute value]
expected: FAIL
[idlharness.any.serviceworker.html]
expected: ERROR
@ -270,3 +303,36 @@
[IDBFactory interface: [object IDBFactory\] must inherit property "databases()" with the proper type]
expected: FAIL
[IDBObjectStore interface: operation getAllRecords(optional IDBGetAllOptions)]
expected: FAIL
[IDBIndex interface: operation getAllRecords(optional IDBGetAllOptions)]
expected: FAIL
[IDBRecord interface: existence and properties of interface object]
expected: FAIL
[IDBRecord interface object length]
expected: FAIL
[IDBRecord interface object name]
expected: FAIL
[IDBRecord interface: existence and properties of interface prototype object]
expected: FAIL
[IDBRecord interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[IDBRecord interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[IDBRecord interface: attribute key]
expected: FAIL
[IDBRecord interface: attribute primaryKey]
expected: FAIL
[IDBRecord interface: attribute value]
expected: FAIL

View file

@ -16,6 +16,12 @@
[Deactivation of new transactions happens at end of invocation]
expected: FAIL
[New transactions are deactivated before next task]
expected: FAIL
[New transactions from microtask are deactivated before next task]
expected: FAIL
[transaction-deactivation-timing.any.sharedworker.html]
expected: ERROR