mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
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:
parent
1fc857865f
commit
fa42968a61
365 changed files with 7904 additions and 2377 deletions
18
tests/wpt/meta/css/css-transforms/parsing/rotate-parsing-computed.html.ini
vendored
Normal file
18
tests/wpt/meta/css/css-transforms/parsing/rotate-parsing-computed.html.ini
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
[rotate-parsing-computed.html]
|
||||
[Property rotate value '-0.5 0 0 400grad']
|
||||
expected: FAIL
|
||||
|
||||
[Property rotate value '-1 0 0 400grad']
|
||||
expected: FAIL
|
||||
|
||||
[Property rotate value '0 -0.5 0 400grad']
|
||||
expected: FAIL
|
||||
|
||||
[Property rotate value '0 -1 0 400grad']
|
||||
expected: FAIL
|
||||
|
||||
[Property rotate value '0 0 -0.5 400grad']
|
||||
expected: FAIL
|
||||
|
||||
[Property rotate value '0 0 -1 400grad']
|
||||
expected: FAIL
|
|
@ -1,3 +1,21 @@
|
|||
[rotate-parsing-valid.html]
|
||||
[e.style['rotate'\] = "z 400grad" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['rotate'\] = "-0.5 0 0 400grad" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['rotate'\] = "-1 0 0 400grad" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['rotate'\] = "0 -0.5 0 400grad" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['rotate'\] = "0 -1 0 400grad" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['rotate'\] = "0 0 -0.5 400grad" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['rotate'\] = "0 0 -1 400grad" should set the property value]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue