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
23708 changed files with 772645 additions and 694 deletions

View File

@@ -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