mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55:33 +01:00
Make the choice of layout runtime setting
Co-authored-by: Samson <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
f11c6045e3
commit
d31cdb682f
262 changed files with 1740 additions and 3700 deletions
|
@ -1,54 +1,3 @@
|
|||
[rotate-parsing-valid.html]
|
||||
[e.style['rotate'\] = "z 400grad" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['rotate'\] = "0 0 1 400grad" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['rotate'\] = "400grad z" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['rotate'\] = "0 0 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'\] = "none" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['rotate'\] = "0deg" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['rotate'\] = "100 200 300 400grad" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['rotate'\] = "400grad 100 200 300" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['rotate'\] = "x 400grad" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['rotate'\] = "400grad x" 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'\] = "y 400grad" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['rotate'\] = "400grad y" 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'\] = "400grad" should set the property value]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,66 +0,0 @@
|
|||
[scale-parsing-valid.html]
|
||||
[e.style['scale'\] = "100 100 2" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['scale'\] = "1%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['scale'\] = "-100%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['scale'\] = "100%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['scale'\] = "100 200 1" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['scale'\] = "100 100 1" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['scale'\] = "100 200 300" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['scale'\] = "-100 -100 1" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['scale'\] = "none" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['scale'\] = "-100" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['scale'\] = "100% 100% 1" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['scale'\] = "-100 -100" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['scale'\] = "-100% -100%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['scale'\] = "100 100" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['scale'\] = "100% 200%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['scale'\] = "100 200" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['scale'\] = "-100% -100% 1" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['scale'\] = "100" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['scale'\] = "100% 100%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['scale'\] = "1" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['scale'\] = "100% 200% 1" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['scale'\] = "100% 200% 300%" should set the property value]
|
||||
expected: FAIL
|
|
@ -1,60 +1,3 @@
|
|||
[translate-parsing-valid.html]
|
||||
[e.style['translate'\] = "100px 0%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['translate'\] = "none" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['translate'\] = "0px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['translate'\] = "100%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['translate'\] = "100px 0px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['translate'\] = "100px 0.1px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['translate'\] = "100px calc(10px - 10%)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['translate'\] = "100px 200%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['translate'\] = "100% 200px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['translate'\] = "100px 200px 0px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['translate'\] = "100px 0px 300px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['translate'\] = "100px 0px 0px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['translate'\] = "100px 200px 300px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['translate'\] = "100% 200% 300px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['translate'\] = "100% 0% 200px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['translate'\] = "0% 0% 100px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['translate'\] = "0em 0em 100px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['translate'\] = "calc(10% + 10px) calc(20% + 20px) calc(30em + 30px)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['translate'\] = "0" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['translate'\] = "1px 2px 0" should set the property value]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue