Sync WPT with upstream (30-04-2025) (#36785)

Automated downstream sync of changes from upstream as of 30-04-2025
[no-wpt-sync]

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2025-04-30 21:46:03 +02:00 committed by GitHub
parent c3fcefdc32
commit bfa0a61375
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
254 changed files with 8105 additions and 2275 deletions

View file

@ -46,3 +46,21 @@
[Property margin-trim value 'inline-start inline-end block-start']
expected: FAIL
[Property margin-trim value 'block-start inline-start block-end inline-end']
expected: FAIL
[Property margin-trim value 'block-start block-end inline-end inline-start']
expected: FAIL
[Property margin-trim value 'block-start block-end inline-start inline-end']
expected: FAIL
[Property margin-trim value 'inline-start block-end block-start inline-end']
expected: FAIL
[Property margin-trim value 'inline-start inline-end block-start block-end']
expected: FAIL
[Property margin-trim value 'inline-end block-end inline-start block-start']
expected: FAIL

View file

@ -43,3 +43,21 @@
[e.style['margin-trim'\] = "inline-end block-end inline-start block-start" should set the property value]
expected: FAIL
[e.style['margin-trim'\] = "block inline" should set the property value]
expected: FAIL
[e.style['margin-trim'\] = "inline block" should set the property value]
expected: FAIL
[e.style['margin-trim'\] = "block-start block-end inline-end inline-start" should set the property value]
expected: FAIL
[e.style['margin-trim'\] = "block-start block-end inline-start inline-end" should set the property value]
expected: FAIL
[e.style['margin-trim'\] = "inline-start block-end block-start inline-end" should set the property value]
expected: FAIL
[e.style['margin-trim'\] = "inline-start inline-end block-start block-end" should set the property value]
expected: FAIL