mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Convert layout to use Gecko's alignment style representation (#32790)
Signed-off-by: Nico Burns <nico@nicoburns.com> Co-authored-by: Nico Burns <nico@nicoburns.com>
This commit is contained in:
parent
a0d2b36ad8
commit
882a855b8c
80 changed files with 177 additions and 6482 deletions
|
@ -1,42 +0,0 @@
|
|||
[align-content-computed.html]
|
||||
[Property align-content value 'normal']
|
||||
expected: FAIL
|
||||
|
||||
[Property align-content value 'baseline']
|
||||
expected: FAIL
|
||||
|
||||
[Property align-content value 'last baseline']
|
||||
expected: FAIL
|
||||
|
||||
[Property align-content value 'space-between']
|
||||
expected: FAIL
|
||||
|
||||
[Property align-content value 'space-around']
|
||||
expected: FAIL
|
||||
|
||||
[Property align-content value 'space-evenly']
|
||||
expected: FAIL
|
||||
|
||||
[Property align-content value 'stretch']
|
||||
expected: FAIL
|
||||
|
||||
[Property align-content value 'center']
|
||||
expected: FAIL
|
||||
|
||||
[Property align-content value 'start']
|
||||
expected: FAIL
|
||||
|
||||
[Property align-content value 'end']
|
||||
expected: FAIL
|
||||
|
||||
[Property align-content value 'flex-start']
|
||||
expected: FAIL
|
||||
|
||||
[Property align-content value 'flex-end']
|
||||
expected: FAIL
|
||||
|
||||
[Property align-content value 'unsafe end']
|
||||
expected: FAIL
|
||||
|
||||
[Property align-content value 'safe flex-start']
|
||||
expected: FAIL
|
|
@ -1,45 +0,0 @@
|
|||
[align-content-valid.html]
|
||||
[e.style['align-content'\] = "normal" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['align-content'\] = "baseline" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['align-content'\] = "first baseline" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['align-content'\] = "last baseline" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['align-content'\] = "space-between" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['align-content'\] = "space-around" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['align-content'\] = "space-evenly" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['align-content'\] = "stretch" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['align-content'\] = "center" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['align-content'\] = "start" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['align-content'\] = "end" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['align-content'\] = "flex-start" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['align-content'\] = "flex-end" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['align-content'\] = "unsafe end" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['align-content'\] = "safe flex-start" should set the property value]
|
||||
expected: FAIL
|
|
@ -1,39 +0,0 @@
|
|||
[align-items-computed.html]
|
||||
[Property align-items value 'normal']
|
||||
expected: FAIL
|
||||
|
||||
[Property align-items value 'stretch']
|
||||
expected: FAIL
|
||||
|
||||
[Property align-items value 'baseline']
|
||||
expected: FAIL
|
||||
|
||||
[Property align-items value 'last baseline']
|
||||
expected: FAIL
|
||||
|
||||
[Property align-items value 'center']
|
||||
expected: FAIL
|
||||
|
||||
[Property align-items value 'start']
|
||||
expected: FAIL
|
||||
|
||||
[Property align-items value 'end']
|
||||
expected: FAIL
|
||||
|
||||
[Property align-items value 'self-start']
|
||||
expected: FAIL
|
||||
|
||||
[Property align-items value 'self-end']
|
||||
expected: FAIL
|
||||
|
||||
[Property align-items value 'flex-start']
|
||||
expected: FAIL
|
||||
|
||||
[Property align-items value 'flex-end']
|
||||
expected: FAIL
|
||||
|
||||
[Property align-items value 'unsafe center']
|
||||
expected: FAIL
|
||||
|
||||
[Property align-items value 'safe self-end']
|
||||
expected: FAIL
|
|
@ -1,42 +0,0 @@
|
|||
[align-items-valid.html]
|
||||
[e.style['align-items'\] = "normal" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['align-items'\] = "stretch" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['align-items'\] = "baseline" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['align-items'\] = "first baseline" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['align-items'\] = "last baseline" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['align-items'\] = "center" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['align-items'\] = "start" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['align-items'\] = "end" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['align-items'\] = "self-start" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['align-items'\] = "self-end" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['align-items'\] = "flex-start" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['align-items'\] = "flex-end" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['align-items'\] = "unsafe center" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['align-items'\] = "safe self-end" should set the property value]
|
||||
expected: FAIL
|
|
@ -1,42 +0,0 @@
|
|||
[align-self-computed.html]
|
||||
[Property align-self value 'auto']
|
||||
expected: FAIL
|
||||
|
||||
[Property align-self value 'normal']
|
||||
expected: FAIL
|
||||
|
||||
[Property align-self value 'stretch']
|
||||
expected: FAIL
|
||||
|
||||
[Property align-self value 'baseline']
|
||||
expected: FAIL
|
||||
|
||||
[Property align-self value 'last baseline']
|
||||
expected: FAIL
|
||||
|
||||
[Property align-self value 'center']
|
||||
expected: FAIL
|
||||
|
||||
[Property align-self value 'start']
|
||||
expected: FAIL
|
||||
|
||||
[Property align-self value 'end']
|
||||
expected: FAIL
|
||||
|
||||
[Property align-self value 'self-start']
|
||||
expected: FAIL
|
||||
|
||||
[Property align-self value 'self-end']
|
||||
expected: FAIL
|
||||
|
||||
[Property align-self value 'flex-start']
|
||||
expected: FAIL
|
||||
|
||||
[Property align-self value 'flex-end']
|
||||
expected: FAIL
|
||||
|
||||
[Property align-self value 'unsafe center']
|
||||
expected: FAIL
|
||||
|
||||
[Property align-self value 'safe self-end']
|
||||
expected: FAIL
|
|
@ -1,45 +0,0 @@
|
|||
[align-self-valid.html]
|
||||
[e.style['align-self'\] = "auto" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['align-self'\] = "normal" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['align-self'\] = "stretch" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['align-self'\] = "baseline" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['align-self'\] = "first baseline" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['align-self'\] = "last baseline" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['align-self'\] = "center" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['align-self'\] = "start" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['align-self'\] = "end" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['align-self'\] = "self-start" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['align-self'\] = "self-end" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['align-self'\] = "flex-start" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['align-self'\] = "flex-end" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['align-self'\] = "unsafe center" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['align-self'\] = "safe self-end" should set the property value]
|
||||
expected: FAIL
|
|
@ -1,42 +0,0 @@
|
|||
[justify-content-computed.html]
|
||||
[Property justify-content value 'normal']
|
||||
expected: FAIL
|
||||
|
||||
[Property justify-content value 'space-between']
|
||||
expected: FAIL
|
||||
|
||||
[Property justify-content value 'space-around']
|
||||
expected: FAIL
|
||||
|
||||
[Property justify-content value 'space-evenly']
|
||||
expected: FAIL
|
||||
|
||||
[Property justify-content value 'stretch']
|
||||
expected: FAIL
|
||||
|
||||
[Property justify-content value 'center']
|
||||
expected: FAIL
|
||||
|
||||
[Property justify-content value 'start']
|
||||
expected: FAIL
|
||||
|
||||
[Property justify-content value 'end']
|
||||
expected: FAIL
|
||||
|
||||
[Property justify-content value 'flex-start']
|
||||
expected: FAIL
|
||||
|
||||
[Property justify-content value 'flex-end']
|
||||
expected: FAIL
|
||||
|
||||
[Property justify-content value 'unsafe end']
|
||||
expected: FAIL
|
||||
|
||||
[Property justify-content value 'safe flex-start']
|
||||
expected: FAIL
|
||||
|
||||
[Property justify-content value 'left']
|
||||
expected: FAIL
|
||||
|
||||
[Property justify-content value 'unsafe right']
|
||||
expected: FAIL
|
|
@ -1,42 +0,0 @@
|
|||
[justify-content-valid.html]
|
||||
[e.style['justify-content'\] = "normal" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['justify-content'\] = "space-between" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['justify-content'\] = "space-around" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['justify-content'\] = "space-evenly" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['justify-content'\] = "stretch" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['justify-content'\] = "center" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['justify-content'\] = "start" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['justify-content'\] = "end" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['justify-content'\] = "flex-start" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['justify-content'\] = "flex-end" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['justify-content'\] = "unsafe end" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['justify-content'\] = "safe flex-start" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['justify-content'\] = "left" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['justify-content'\] = "unsafe right" should set the property value]
|
||||
expected: FAIL
|
|
@ -1,60 +1,3 @@
|
|||
[justify-items-computed.html]
|
||||
[Property justify-items value 'normal']
|
||||
expected: FAIL
|
||||
|
||||
[Property justify-items value 'stretch']
|
||||
expected: FAIL
|
||||
|
||||
[Property justify-items value 'baseline']
|
||||
expected: FAIL
|
||||
|
||||
[Property justify-items value 'last baseline']
|
||||
expected: FAIL
|
||||
|
||||
[Property justify-items value 'center']
|
||||
expected: FAIL
|
||||
|
||||
[Property justify-items value 'start']
|
||||
expected: FAIL
|
||||
|
||||
[Property justify-items value 'end']
|
||||
expected: FAIL
|
||||
|
||||
[Property justify-items value 'self-start']
|
||||
expected: FAIL
|
||||
|
||||
[Property justify-items value 'self-end']
|
||||
expected: FAIL
|
||||
|
||||
[Property justify-items value 'flex-start']
|
||||
expected: FAIL
|
||||
|
||||
[Property justify-items value 'flex-end']
|
||||
expected: FAIL
|
||||
|
||||
[Property justify-items value 'unsafe center']
|
||||
expected: FAIL
|
||||
|
||||
[Property justify-items value 'safe self-end']
|
||||
expected: FAIL
|
||||
|
||||
[Property justify-items value 'right']
|
||||
expected: FAIL
|
||||
|
||||
[Property justify-items value 'safe left']
|
||||
expected: FAIL
|
||||
|
||||
[Property justify-items value 'legacy']
|
||||
expected: FAIL
|
||||
|
||||
[Property justify-items value 'legacy left']
|
||||
expected: FAIL
|
||||
|
||||
[Property justify-items value 'legacy right']
|
||||
expected: FAIL
|
||||
|
||||
[Property justify-items value 'legacy center']
|
||||
expected: FAIL
|
||||
|
||||
[justify-items legacy depends on inherited value]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,60 +0,0 @@
|
|||
[justify-items-valid.html]
|
||||
[e.style['justify-items'\] = "normal" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['justify-items'\] = "stretch" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['justify-items'\] = "baseline" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['justify-items'\] = "first baseline" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['justify-items'\] = "last baseline" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['justify-items'\] = "center" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['justify-items'\] = "start" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['justify-items'\] = "end" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['justify-items'\] = "self-start" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['justify-items'\] = "self-end" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['justify-items'\] = "flex-start" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['justify-items'\] = "flex-end" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['justify-items'\] = "unsafe center" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['justify-items'\] = "safe self-end" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['justify-items'\] = "right" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['justify-items'\] = "safe left" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['justify-items'\] = "legacy" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['justify-items'\] = "left legacy" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['justify-items'\] = "right legacy" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['justify-items'\] = "center legacy" should set the property value]
|
||||
expected: FAIL
|
|
@ -1,48 +0,0 @@
|
|||
[justify-self-computed.html]
|
||||
[Property justify-self value 'auto']
|
||||
expected: FAIL
|
||||
|
||||
[Property justify-self value 'normal']
|
||||
expected: FAIL
|
||||
|
||||
[Property justify-self value 'stretch']
|
||||
expected: FAIL
|
||||
|
||||
[Property justify-self value 'baseline']
|
||||
expected: FAIL
|
||||
|
||||
[Property justify-self value 'last baseline']
|
||||
expected: FAIL
|
||||
|
||||
[Property justify-self value 'center']
|
||||
expected: FAIL
|
||||
|
||||
[Property justify-self value 'start']
|
||||
expected: FAIL
|
||||
|
||||
[Property justify-self value 'end']
|
||||
expected: FAIL
|
||||
|
||||
[Property justify-self value 'self-start']
|
||||
expected: FAIL
|
||||
|
||||
[Property justify-self value 'self-end']
|
||||
expected: FAIL
|
||||
|
||||
[Property justify-self value 'flex-start']
|
||||
expected: FAIL
|
||||
|
||||
[Property justify-self value 'flex-end']
|
||||
expected: FAIL
|
||||
|
||||
[Property justify-self value 'unsafe center']
|
||||
expected: FAIL
|
||||
|
||||
[Property justify-self value 'safe self-end']
|
||||
expected: FAIL
|
||||
|
||||
[Property justify-self value 'left']
|
||||
expected: FAIL
|
||||
|
||||
[Property justify-self value 'unsafe right']
|
||||
expected: FAIL
|
|
@ -1,51 +0,0 @@
|
|||
[justify-self-valid.html]
|
||||
[e.style['justify-self'\] = "auto" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['justify-self'\] = "normal" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['justify-self'\] = "stretch" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['justify-self'\] = "baseline" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['justify-self'\] = "first baseline" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['justify-self'\] = "last baseline" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['justify-self'\] = "center" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['justify-self'\] = "start" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['justify-self'\] = "end" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['justify-self'\] = "self-start" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['justify-self'\] = "self-end" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['justify-self'\] = "flex-start" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['justify-self'\] = "flex-end" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['justify-self'\] = "unsafe center" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['justify-self'\] = "safe self-end" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['justify-self'\] = "left" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['justify-self'\] = "unsafe right" should set the property value]
|
||||
expected: FAIL
|
|
@ -1,69 +0,0 @@
|
|||
[place-content-computed.html]
|
||||
[Property place-content value 'normal normal']
|
||||
expected: FAIL
|
||||
|
||||
[Property place-content value 'first baseline']
|
||||
expected: FAIL
|
||||
|
||||
[Property place-content value 'baseline']
|
||||
expected: FAIL
|
||||
|
||||
[Property place-content value 'first baseline start']
|
||||
expected: FAIL
|
||||
|
||||
[Property place-content value 'last baseline']
|
||||
expected: FAIL
|
||||
|
||||
[Property place-content value 'first baseline stretch']
|
||||
expected: FAIL
|
||||
|
||||
[Property place-content value 'last baseline flex-start']
|
||||
expected: FAIL
|
||||
|
||||
[Property place-content value 'baseline stretch']
|
||||
expected: FAIL
|
||||
|
||||
[Property place-content value 'space-between']
|
||||
expected: FAIL
|
||||
|
||||
[Property place-content value 'space-around']
|
||||
expected: FAIL
|
||||
|
||||
[Property place-content value 'space-evenly']
|
||||
expected: FAIL
|
||||
|
||||
[Property place-content value 'stretch']
|
||||
expected: FAIL
|
||||
|
||||
[Property place-content value 'center']
|
||||
expected: FAIL
|
||||
|
||||
[Property place-content value 'end']
|
||||
expected: FAIL
|
||||
|
||||
[Property place-content value 'flex-start flex-start']
|
||||
expected: FAIL
|
||||
|
||||
[Property place-content value 'unsafe end unsafe end']
|
||||
expected: FAIL
|
||||
|
||||
[Property place-content value 'safe flex-start']
|
||||
expected: FAIL
|
||||
|
||||
[Property place-content value 'normal stretch']
|
||||
expected: FAIL
|
||||
|
||||
[Property place-content value 'baseline space-around']
|
||||
expected: FAIL
|
||||
|
||||
[Property place-content value 'space-evenly unsafe end']
|
||||
expected: FAIL
|
||||
|
||||
[Property place-content value 'center normal']
|
||||
expected: FAIL
|
||||
|
||||
[Property place-content value 'normal right']
|
||||
expected: FAIL
|
||||
|
||||
[Property place-content value 'baseline unsafe left']
|
||||
expected: FAIL
|
|
@ -1,45 +0,0 @@
|
|||
[place-content-shorthand.html]
|
||||
[e.style['place-content'\] = "normal" should set align-content]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-content'\] = "normal" should set justify-content]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-content'\] = "normal" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-content'\] = "first baseline" should set align-content]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-content'\] = "first baseline" should set justify-content]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-content'\] = "first baseline" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-content'\] = "last baseline flex-start" should set align-content]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-content'\] = "last baseline flex-start" should set justify-content]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-content'\] = "last baseline flex-start" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-content'\] = "space-around" should set align-content]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-content'\] = "space-around" should set justify-content]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-content'\] = "space-around" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-content'\] = "space-evenly unsafe end" should set align-content]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-content'\] = "space-evenly unsafe end" should set justify-content]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-content'\] = "space-evenly unsafe end" should not set unrelated longhands]
|
||||
expected: FAIL
|
|
@ -1,69 +0,0 @@
|
|||
[place-content-valid.html]
|
||||
[e.style['place-content'\] = "normal normal" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-content'\] = "first baseline" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-content'\] = "baseline" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-content'\] = "first baseline start" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-content'\] = "last baseline" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-content'\] = "first baseline stretch" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-content'\] = "last baseline flex-start" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-content'\] = "baseline stretch" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-content'\] = "space-between" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-content'\] = "space-around" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-content'\] = "space-evenly" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-content'\] = "stretch" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-content'\] = "center" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-content'\] = "end" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-content'\] = "flex-start flex-start" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-content'\] = "unsafe end unsafe end" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-content'\] = "safe flex-start" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-content'\] = "normal stretch" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-content'\] = "baseline space-around" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-content'\] = "space-evenly unsafe end" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-content'\] = "center normal" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-content'\] = "normal right" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-content'\] = "baseline unsafe left" should set the property value]
|
||||
expected: FAIL
|
|
@ -1,54 +1,3 @@
|
|||
[place-items-computed.html]
|
||||
[Property place-items value 'normal']
|
||||
expected: FAIL
|
||||
|
||||
[Property place-items value 'stretch stretch']
|
||||
expected: FAIL
|
||||
|
||||
[Property place-items value 'first baseline']
|
||||
expected: FAIL
|
||||
|
||||
[Property place-items value 'last baseline last baseline']
|
||||
expected: FAIL
|
||||
|
||||
[Property place-items value 'center']
|
||||
expected: FAIL
|
||||
|
||||
[Property place-items value 'end end']
|
||||
expected: FAIL
|
||||
|
||||
[Property place-items value 'self-start']
|
||||
expected: FAIL
|
||||
|
||||
[Property place-items value 'flex-end']
|
||||
expected: FAIL
|
||||
|
||||
[Property place-items value 'unsafe center unsafe center']
|
||||
expected: FAIL
|
||||
|
||||
[Property place-items value 'safe self-end']
|
||||
expected: FAIL
|
||||
|
||||
[Property place-items value 'stretch baseline']
|
||||
expected: FAIL
|
||||
|
||||
[Property place-items value 'last baseline center']
|
||||
expected: FAIL
|
||||
|
||||
[Property place-items value 'safe self-end normal']
|
||||
expected: FAIL
|
||||
|
||||
[Property place-items value 'normal right']
|
||||
expected: FAIL
|
||||
|
||||
[Property place-items value 'baseline unsafe left']
|
||||
expected: FAIL
|
||||
|
||||
[Property place-items value 'flex-end legacy']
|
||||
expected: FAIL
|
||||
|
||||
[Property place-items value 'stretch legacy left']
|
||||
expected: FAIL
|
||||
|
||||
[Property place-items value 'first baseline right legacy']
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,36 +0,0 @@
|
|||
[place-items-shorthand.html]
|
||||
[e.style['place-items'\] = "normal" should set align-items]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-items'\] = "normal" should set justify-items]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-items'\] = "normal" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-items'\] = "first baseline" should set align-items]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-items'\] = "first baseline" should set justify-items]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-items'\] = "first baseline" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-items'\] = "last baseline flex-start" should set align-items]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-items'\] = "last baseline flex-start" should set justify-items]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-items'\] = "last baseline flex-start" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-items'\] = "stretch right legacy" should set align-items]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-items'\] = "stretch right legacy" should set justify-items]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-items'\] = "stretch right legacy" should not set unrelated longhands]
|
||||
expected: FAIL
|
|
@ -1,54 +0,0 @@
|
|||
[place-items-valid.html]
|
||||
[e.style['place-items'\] = "normal" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-items'\] = "stretch stretch" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-items'\] = "first baseline" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-items'\] = "last baseline last baseline" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-items'\] = "center" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-items'\] = "end end" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-items'\] = "self-start" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-items'\] = "flex-end" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-items'\] = "unsafe center unsafe center" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-items'\] = "safe self-end" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-items'\] = "stretch baseline" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-items'\] = "last baseline center" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-items'\] = "safe self-end normal" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-items'\] = "normal right" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-items'\] = "baseline unsafe left" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-items'\] = "flex-end legacy" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-items'\] = "stretch legacy left" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-items'\] = "first baseline right legacy" should set the property value]
|
||||
expected: FAIL
|
|
@ -1,48 +0,0 @@
|
|||
[place-self-computed.html]
|
||||
[Property place-self value 'auto auto']
|
||||
expected: FAIL
|
||||
|
||||
[Property place-self value 'normal']
|
||||
expected: FAIL
|
||||
|
||||
[Property place-self value 'stretch']
|
||||
expected: FAIL
|
||||
|
||||
[Property place-self value 'first baseline']
|
||||
expected: FAIL
|
||||
|
||||
[Property place-self value 'last baseline last baseline']
|
||||
expected: FAIL
|
||||
|
||||
[Property place-self value 'center center']
|
||||
expected: FAIL
|
||||
|
||||
[Property place-self value 'start']
|
||||
expected: FAIL
|
||||
|
||||
[Property place-self value 'self-start']
|
||||
expected: FAIL
|
||||
|
||||
[Property place-self value 'flex-end']
|
||||
expected: FAIL
|
||||
|
||||
[Property place-self value 'unsafe center']
|
||||
expected: FAIL
|
||||
|
||||
[Property place-self value 'safe self-end safe self-end']
|
||||
expected: FAIL
|
||||
|
||||
[Property place-self value 'auto last baseline']
|
||||
expected: FAIL
|
||||
|
||||
[Property place-self value 'baseline flex-end']
|
||||
expected: FAIL
|
||||
|
||||
[Property place-self value 'unsafe center stretch']
|
||||
expected: FAIL
|
||||
|
||||
[Property place-self value 'normal right']
|
||||
expected: FAIL
|
||||
|
||||
[Property place-self value 'baseline unsafe left']
|
||||
expected: FAIL
|
|
@ -1,36 +0,0 @@
|
|||
[place-self-shorthand.html]
|
||||
[e.style['place-self'\] = "normal" should set align-self]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-self'\] = "normal" should set justify-self]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-self'\] = "normal" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-self'\] = "first baseline" should set align-self]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-self'\] = "first baseline" should set justify-self]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-self'\] = "first baseline" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-self'\] = "last baseline flex-start" should set align-self]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-self'\] = "last baseline flex-start" should set justify-self]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-self'\] = "last baseline flex-start" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-self'\] = "unsafe self-start stretch" should set align-self]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-self'\] = "unsafe self-start stretch" should set justify-self]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-self'\] = "unsafe self-start stretch" should not set unrelated longhands]
|
||||
expected: FAIL
|
|
@ -1,48 +0,0 @@
|
|||
[place-self-valid.html]
|
||||
[e.style['place-self'\] = "auto auto" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-self'\] = "normal" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-self'\] = "stretch" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-self'\] = "first baseline" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-self'\] = "last baseline last baseline" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-self'\] = "center center" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-self'\] = "start" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-self'\] = "self-start" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-self'\] = "flex-end" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-self'\] = "unsafe center" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-self'\] = "safe self-end safe self-end" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-self'\] = "auto last baseline" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-self'\] = "baseline flex-end" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-self'\] = "unsafe center stretch" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-self'\] = "normal right" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['place-self'\] = "baseline unsafe left" should set the property value]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue