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,9 @@
[flex-basis-computed.html]
[Property flex-basis value 'fit-content']
expected: FAIL
[Property flex-basis value 'min-content']
expected: FAIL
[Property flex-basis value 'max-content']
expected: FAIL

View file

@ -0,0 +1,9 @@
[flex-basis-valid.html]
[e.style['flex-basis'\] = "fit-content" should set the property value]
expected: FAIL
[e.style['flex-basis'\] = "min-content" should set the property value]
expected: FAIL
[e.style['flex-basis'\] = "max-content" should set the property value]
expected: FAIL

View file

@ -0,0 +1,25 @@
[flex-computed.html]
[Property flex value '8 auto']
expected: FAIL
[Property flex value '7% 8']
expected: FAIL
[Property flex value 'calc(10px + 0.5em)']
expected: FAIL
[Property flex value '1']
expected: FAIL
[Property flex value '4 5 6px']
expected: FAIL
[Property flex value '2 3']
expected: FAIL
[Property flex value 'calc(10px - 0.5em)']
expected: FAIL
[Property flex value 'none']
expected: FAIL

View file

@ -0,0 +1,7 @@
[flex-flow-computed.html]
[Property flex-flow value 'column wrap-reverse']
expected: FAIL
[Property flex-flow value 'row-reverse wrap']
expected: FAIL

View file

@ -0,0 +1,18 @@
[flex-flow-valid.html]
[e.style['flex-flow'\] = "column nowrap" should set the property value]
expected: FAIL
[e.style['flex-flow'\] = "nowrap column" should set the property value]
expected: FAIL
[e.style['flex-flow'\] = "nowrap" should set the property value]
expected: FAIL
[e.style['flex-flow'\] = "row nowrap" should set the property value]
expected: FAIL
[e.style['flex-flow'\] = "wrap" should set the property value]
expected: FAIL
[e.style['flex-flow'\] = "row wrap" should set the property value]
expected: FAIL

View file

@ -0,0 +1,24 @@
[flex-shorthand.html]
[e.style['flex'\] = "0 fit-content" should set flex-basis]
expected: FAIL
[e.style['flex'\] = "0 fit-content" should set flex-grow]
expected: FAIL
[e.style['flex'\] = "0 fit-content" should set flex-shrink]
expected: FAIL
[e.style['flex'\] = "0 fit-content" should not set unrelated longhands]
expected: FAIL
[e.style['flex'\] = "1 0 max-content" should set flex-basis]
expected: FAIL
[e.style['flex'\] = "1 0 max-content" should set flex-grow]
expected: FAIL
[e.style['flex'\] = "1 0 max-content" should set flex-shrink]
expected: FAIL
[e.style['flex'\] = "1 0 max-content" should not set unrelated longhands]
expected: FAIL