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:
Martin Robinson 2023-06-22 14:35:02 +02:00
parent cfd24f00bc
commit f4578afdfe
No known key found for this signature in database
GPG key ID: D56AA4FA55EFE6F8
23708 changed files with 772645 additions and 694 deletions

View file

@ -0,0 +1,42 @@
[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

View file

@ -0,0 +1,45 @@
[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

View file

@ -0,0 +1,39 @@
[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

View file

@ -0,0 +1,42 @@
[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

View file

@ -0,0 +1,42 @@
[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

View file

@ -0,0 +1,45 @@
[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

View file

@ -0,0 +1,45 @@
[align-tracks-computed.html]
[Property align-tracks value 'normal']
expected: FAIL
[Property align-tracks value 'baseline']
expected: FAIL
[Property align-tracks value 'last baseline']
expected: FAIL
[Property align-tracks value 'space-between']
expected: FAIL
[Property align-tracks value 'space-around']
expected: FAIL
[Property align-tracks value 'space-evenly']
expected: FAIL
[Property align-tracks value 'stretch']
expected: FAIL
[Property align-tracks value 'center']
expected: FAIL
[Property align-tracks value 'start']
expected: FAIL
[Property align-tracks value 'end']
expected: FAIL
[Property align-tracks value 'flex-start']
expected: FAIL
[Property align-tracks value 'flex-end']
expected: FAIL
[Property align-tracks value 'unsafe end']
expected: FAIL
[Property align-tracks value 'safe flex-start']
expected: FAIL
[Property align-tracks value 'normal, normal']
expected: FAIL

View file

@ -0,0 +1,54 @@
[align-tracks-valid.html]
[e.style['align-tracks'\] = "normal" should set the property value]
expected: FAIL
[e.style['align-tracks'\] = "baseline" should set the property value]
expected: FAIL
[e.style['align-tracks'\] = "first baseline" should set the property value]
expected: FAIL
[e.style['align-tracks'\] = "last baseline" should set the property value]
expected: FAIL
[e.style['align-tracks'\] = "space-between" should set the property value]
expected: FAIL
[e.style['align-tracks'\] = "space-around" should set the property value]
expected: FAIL
[e.style['align-tracks'\] = "space-evenly" should set the property value]
expected: FAIL
[e.style['align-tracks'\] = "stretch" should set the property value]
expected: FAIL
[e.style['align-tracks'\] = "center" should set the property value]
expected: FAIL
[e.style['align-tracks'\] = "start" should set the property value]
expected: FAIL
[e.style['align-tracks'\] = "end" should set the property value]
expected: FAIL
[e.style['align-tracks'\] = "flex-start" should set the property value]
expected: FAIL
[e.style['align-tracks'\] = "flex-end" should set the property value]
expected: FAIL
[e.style['align-tracks'\] = "unsafe end" should set the property value]
expected: FAIL
[e.style['align-tracks'\] = "safe flex-start" should set the property value]
expected: FAIL
[e.style['align-tracks'\] = "flex-start, last baseline" should set the property value]
expected: FAIL
[e.style['align-tracks'\] = "normal, normal" should set the property value]
expected: FAIL
[e.style['align-tracks'\] = "start, flex-end, flex-end, flex-end, flex-end" should set the property value]
expected: FAIL

View file

@ -0,0 +1,42 @@
[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

View file

@ -0,0 +1,42 @@
[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

View file

@ -0,0 +1,45 @@
[justify-tracks-computed.html]
[Property justify-tracks value 'normal']
expected: FAIL
[Property justify-tracks value 'space-between']
expected: FAIL
[Property justify-tracks value 'space-around']
expected: FAIL
[Property justify-tracks value 'space-evenly']
expected: FAIL
[Property justify-tracks value 'stretch']
expected: FAIL
[Property justify-tracks value 'center']
expected: FAIL
[Property justify-tracks value 'start']
expected: FAIL
[Property justify-tracks value 'end']
expected: FAIL
[Property justify-tracks value 'flex-start']
expected: FAIL
[Property justify-tracks value 'flex-end']
expected: FAIL
[Property justify-tracks value 'unsafe end']
expected: FAIL
[Property justify-tracks value 'safe flex-start']
expected: FAIL
[Property justify-tracks value 'left']
expected: FAIL
[Property justify-tracks value 'unsafe right']
expected: FAIL
[Property justify-tracks value 'normal, normal']
expected: FAIL

View file

@ -0,0 +1,51 @@
[justify-tracks-valid.html]
[e.style['justify-tracks'\] = "normal" should set the property value]
expected: FAIL
[e.style['justify-tracks'\] = "space-between" should set the property value]
expected: FAIL
[e.style['justify-tracks'\] = "space-around" should set the property value]
expected: FAIL
[e.style['justify-tracks'\] = "space-evenly" should set the property value]
expected: FAIL
[e.style['justify-tracks'\] = "stretch" should set the property value]
expected: FAIL
[e.style['justify-tracks'\] = "center" should set the property value]
expected: FAIL
[e.style['justify-tracks'\] = "start" should set the property value]
expected: FAIL
[e.style['justify-tracks'\] = "end" should set the property value]
expected: FAIL
[e.style['justify-tracks'\] = "flex-start" should set the property value]
expected: FAIL
[e.style['justify-tracks'\] = "flex-end" should set the property value]
expected: FAIL
[e.style['justify-tracks'\] = "unsafe end" should set the property value]
expected: FAIL
[e.style['justify-tracks'\] = "safe flex-start" should set the property value]
expected: FAIL
[e.style['justify-tracks'\] = "left" should set the property value]
expected: FAIL
[e.style['justify-tracks'\] = "unsafe right" should set the property value]
expected: FAIL
[e.style['justify-tracks'\] = "flex-start, last baseline" should set the property value]
expected: FAIL
[e.style['justify-tracks'\] = "normal, normal" should set the property value]
expected: FAIL
[e.style['justify-tracks'\] = "start, flex-end, flex-end, flex-end, flex-end" should set the property value]
expected: FAIL