Sync WPT with upstream (04-05-2025) (#36829)

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

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2025-05-04 03:43:02 +02:00 committed by GitHub
parent 539ca27284
commit 43edab336a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
264 changed files with 4939 additions and 1194 deletions

View file

@ -0,0 +1,30 @@
[transform-valid.html]
[e.style['transform'\] = "scaleX(7)" should set the property value]
expected: FAIL
[e.style['transform'\] = "scaleX(720%)" should set the property value]
expected: FAIL
[e.style['transform'\] = "scaleY(-8)" should set the property value]
expected: FAIL
[e.style['transform'\] = "scaleY(-85%)" should set the property value]
expected: FAIL
[e.style['transform'\] = "scaleZ(4)" should set the property value]
expected: FAIL
[e.style['transform'\] = "scaleZ(25%)" should set the property value]
expected: FAIL
[e.style['transform'\] = "skewX(0)" should set the property value]
expected: FAIL
[e.style['transform'\] = "skewX(90deg)" should set the property value]
expected: FAIL
[e.style['transform'\] = "skewY(0)" should set the property value]
expected: FAIL
[e.style['transform'\] = "skewY(-90deg)" should set the property value]
expected: FAIL