mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55:33 +01:00
Rename metadata directories
This renames: - `tests/wpt/metadata` → `tests/wpt/meta-legacy-layout` - `tests/wpt/metadata-layout-2020` → `tests/wpt/meta` - `tests/wpt/mozilla/meta` → `tests/wpt/mozilla/meta-legacy-layout` - `tests/wpt/mozilla/meta-layout-2020` → `tests/wpt/mozilla/meta`
This commit is contained in:
parent
cfd24f00bc
commit
f4578afdfe
23708 changed files with 772645 additions and 694 deletions
|
@ -0,0 +1,64 @@
|
|||
[perspective-origin-computed.html]
|
||||
[Property perspective-origin value 'left']
|
||||
expected: FAIL
|
||||
|
||||
[Property perspective-origin value 'right 40%']
|
||||
expected: FAIL
|
||||
|
||||
[Property perspective-origin value 'center center']
|
||||
expected: FAIL
|
||||
|
||||
[Property perspective-origin value '40px top']
|
||||
expected: FAIL
|
||||
|
||||
[Property perspective-origin value 'bottom right']
|
||||
expected: FAIL
|
||||
|
||||
[Property perspective-origin value '20% 30px']
|
||||
expected: FAIL
|
||||
|
||||
[Property perspective-origin value 'center 50px']
|
||||
expected: FAIL
|
||||
|
||||
[Property perspective-origin value '10%']
|
||||
expected: FAIL
|
||||
|
||||
[Property perspective-origin value 'right calc(10px - 0.5em) top calc(10px - 0.5em)']
|
||||
expected: FAIL
|
||||
|
||||
[Property perspective-origin value 'left 10px']
|
||||
expected: FAIL
|
||||
|
||||
[Property perspective-origin value 'center bottom']
|
||||
expected: FAIL
|
||||
|
||||
[Property perspective-origin value 'center left']
|
||||
expected: FAIL
|
||||
|
||||
[Property perspective-origin value 'top']
|
||||
expected: FAIL
|
||||
|
||||
[Property perspective-origin value '10% center']
|
||||
expected: FAIL
|
||||
|
||||
[Property perspective-origin value 'left center']
|
||||
expected: FAIL
|
||||
|
||||
[Property perspective-origin value 'center']
|
||||
expected: FAIL
|
||||
|
||||
[Property perspective-origin value 'bottom 10% right 20%']
|
||||
expected: FAIL
|
||||
|
||||
[Property perspective-origin value 'right 30% top -60px']
|
||||
expected: FAIL
|
||||
|
||||
[Property perspective-origin value 'right 20px bottom 30px']
|
||||
expected: FAIL
|
||||
|
||||
[Property perspective-origin value 'left bottom']
|
||||
expected: FAIL
|
||||
|
||||
[Property perspective-origin value '30px center']
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,54 @@
|
|||
[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
|
|
@ -0,0 +1,66 @@
|
|||
[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
|
|
@ -0,0 +1,16 @@
|
|||
[transform-box-computed.html]
|
||||
[Property transform-box value 'border-box']
|
||||
expected: FAIL
|
||||
|
||||
[Property transform-box value 'content-box']
|
||||
expected: FAIL
|
||||
|
||||
[Property transform-box value 'view-box']
|
||||
expected: FAIL
|
||||
|
||||
[Property transform-box value 'stroke-box']
|
||||
expected: FAIL
|
||||
|
||||
[Property transform-box value 'fill-box']
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
[transform-box-valid.html]
|
||||
[e.style['transform-box'\] = "stroke-box" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['transform-box'\] = "border-box" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['transform-box'\] = "fill-box" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['transform-box'\] = "view-box" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['transform-box'\] = "content-box" should set the property value]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[transform-computed.html]
|
||||
[Property transform value 'perspective(none)']
|
||||
expected: FAIL
|
||||
|
||||
[Property transform value 'perspective(10px)']
|
||||
expected: FAIL
|
|
@ -0,0 +1,67 @@
|
|||
[transform-origin-computed.html]
|
||||
[Property transform-origin value 'left']
|
||||
expected: FAIL
|
||||
|
||||
[Property transform-origin value 'center 50px']
|
||||
expected: FAIL
|
||||
|
||||
[Property transform-origin value 'center top']
|
||||
expected: FAIL
|
||||
|
||||
[Property transform-origin value 'left bottom']
|
||||
expected: FAIL
|
||||
|
||||
[Property transform-origin value '20% 30px']
|
||||
expected: FAIL
|
||||
|
||||
[Property transform-origin value '-1px bottom 5px']
|
||||
expected: FAIL
|
||||
|
||||
[Property transform-origin value '10% center']
|
||||
expected: FAIL
|
||||
|
||||
[Property transform-origin value 'left 10px']
|
||||
expected: FAIL
|
||||
|
||||
[Property transform-origin value 'center center']
|
||||
expected: FAIL
|
||||
|
||||
[Property transform-origin value '10%']
|
||||
expected: FAIL
|
||||
|
||||
[Property transform-origin value 'center left']
|
||||
expected: FAIL
|
||||
|
||||
[Property transform-origin value '30px center']
|
||||
expected: FAIL
|
||||
|
||||
[Property transform-origin value '40px top']
|
||||
expected: FAIL
|
||||
|
||||
[Property transform-origin value 'bottom right']
|
||||
expected: FAIL
|
||||
|
||||
[Property transform-origin value 'top']
|
||||
expected: FAIL
|
||||
|
||||
[Property transform-origin value 'center']
|
||||
expected: FAIL
|
||||
|
||||
[Property transform-origin value 'calc(-100% + 10px - 0.5em) calc(10px - 0.5em) calc(10px - 0.5em)']
|
||||
expected: FAIL
|
||||
|
||||
[Property transform-origin value 'right 40%']
|
||||
expected: FAIL
|
||||
|
||||
[Property transform-origin value 'left center 6px']
|
||||
expected: FAIL
|
||||
|
||||
[Property transform-origin value 'center bottom']
|
||||
expected: FAIL
|
||||
|
||||
[Property transform-origin value 'left center']
|
||||
expected: FAIL
|
||||
|
||||
[Property transform-origin value 'right bottom 7px']
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
[transform-valid.html]
|
||||
[e.style['transform'\] = "translate(1px, 0%)" should set the property value]
|
||||
expected: FAIL
|
|
@ -0,0 +1,60 @@
|
|||
[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