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,15 @@
[hyphenate-character-computed.html]
[Property hyphenate-character value 'auto']
expected: FAIL
[Property hyphenate-character value '"="']
expected: FAIL
[Property hyphenate-character value '"/-/"']
expected: FAIL
[Property hyphenate-character value '"\\1400"']
expected: FAIL
[Property hyphenate-character value '""']
expected: FAIL

View file

@ -0,0 +1,15 @@
[hyphenate-character-valid.html]
[e.style['hyphenate-character'\] = "auto" should set the property value]
expected: FAIL
[e.style['hyphenate-character'\] = "\\"=\\"" should set the property value]
expected: FAIL
[e.style['hyphenate-character'\] = "\\"/-/\\"" should set the property value]
expected: FAIL
[e.style['hyphenate-character'\] = "\\"\\\\1400\\"" should set the property value]
expected: FAIL
[e.style['hyphenate-character'\] = "\\"\\"" should set the property value]
expected: FAIL

View file

@ -0,0 +1,30 @@
[hyphenate-limit-chars-computed.html]
[Property hyphenate-character value 'auto']
expected: FAIL
[Property hyphenate-limit-chars value 'auto auto']
expected: FAIL
[Property hyphenate-limit-chars value 'auto auto auto']
expected: FAIL
[Property hyphenate-limit-chars value '5']
expected: FAIL
[Property hyphenate-limit-chars value '5 2']
expected: FAIL
[Property hyphenate-limit-chars value '5 2 3']
expected: FAIL
[Property hyphenate-limit-chars value '5 2 calc(3.1)']
expected: FAIL
[Property hyphenate-limit-chars value 'auto 2']
expected: FAIL
[Property hyphenate-limit-chars value 'auto 2 auto']
expected: FAIL
[Property hyphenate-limit-chars value 'auto auto 2']
expected: FAIL

View file

@ -0,0 +1,27 @@
[hyphenate-limit-chars-valid.html]
[e.style['hyphenate-limit-chars'\] = "auto" should set the property value]
expected: FAIL
[e.style['hyphenate-limit-chars'\] = "auto auto" should set the property value]
expected: FAIL
[e.style['hyphenate-limit-chars'\] = "auto auto auto" should set the property value]
expected: FAIL
[e.style['hyphenate-limit-chars'\] = "5" should set the property value]
expected: FAIL
[e.style['hyphenate-limit-chars'\] = "5 2" should set the property value]
expected: FAIL
[e.style['hyphenate-limit-chars'\] = "5 2 3" should set the property value]
expected: FAIL
[e.style['hyphenate-limit-chars'\] = "auto 2" should set the property value]
expected: FAIL
[e.style['hyphenate-limit-chars'\] = "auto 2 auto" should set the property value]
expected: FAIL
[e.style['hyphenate-limit-chars'\] = "auto auto 2" should set the property value]
expected: FAIL

View file

@ -0,0 +1,9 @@
[overflow-wrap-computed.html]
[Property overflow-wrap value 'normal']
expected: FAIL
[Property overflow-wrap value 'break-word']
expected: FAIL
[Property overflow-wrap value 'anywhere']
expected: FAIL

View file

@ -0,0 +1,9 @@
[overflow-wrap-valid.html]
[e.style['overflow-wrap'\] = "normal" should set the property value]
expected: FAIL
[e.style['overflow-wrap'\] = "break-word" should set the property value]
expected: FAIL
[e.style['overflow-wrap'\] = "anywhere" should set the property value]
expected: FAIL

View file

@ -0,0 +1,6 @@
[text-align-computed.html]
[Property text-align value 'justify']
expected: FAIL
[Property text-align value 'match-parent']
expected: FAIL

View file

@ -0,0 +1,9 @@
[text-align-valid.html]
[e.style['text-align'\] = "justify" should set the property value]
expected: FAIL
[e.style['text-align'\] = "match-parent" should set the property value]
expected: FAIL
[e.style['text-align'\] = "justify-all" should set the property value]
expected: FAIL

View file

@ -0,0 +1,33 @@
[text-group-align-valid.html]
[e.style['text-group-align'\] = "none" should set the property value]
expected: FAIL
[e.style['text-group-align'\] = "start" should set the property value]
expected: FAIL
[e.style['text-group-align'\] = "end" should set the property value]
expected: FAIL
[e.style['text-group-align'\] = "left" should set the property value]
expected: FAIL
[e.style['text-group-align'\] = "right" should set the property value]
expected: FAIL
[e.style['text-group-align'\] = "center" should set the property value]
expected: FAIL
[e.style['text-group-align'\] = "initial" should set the property value]
expected: FAIL
[e.style['text-group-align'\] = "inherit" should set the property value]
expected: FAIL
[e.style['text-group-align'\] = "unset" should set the property value]
expected: FAIL
[e.style['text-group-align'\] = "revert" should set the property value]
expected: FAIL
[e.style['text-group-align'\] = "revert-layer" should set the property value]
expected: FAIL

View file

@ -0,0 +1,12 @@
[text-indent-computed.html]
[Property text-indent value '10px hanging']
expected: FAIL
[Property text-indent value '20% each-line']
expected: FAIL
[Property text-indent value 'calc(50% + 60px) hanging each-line']
expected: FAIL
[Property text-indent value 'each-line hanging calc(10px + 0.5em)']
expected: FAIL

View file

@ -0,0 +1,24 @@
[text-indent-valid.html]
[e.style['text-indent'\] = "10px hanging" should set the property value]
expected: FAIL
[e.style['text-indent'\] = "20% each-line" should set the property value]
expected: FAIL
[e.style['text-indent'\] = "calc(2em + 3ex) hanging each-line" should set the property value]
expected: FAIL
[e.style['text-indent'\] = "hanging calc(50% + 60px)" should set the property value]
expected: FAIL
[e.style['text-indent'\] = "each-line 10px" should set the property value]
expected: FAIL
[e.style['text-indent'\] = "hanging 20% each-line" should set the property value]
expected: FAIL
[e.style['text-indent'\] = "each-line hanging calc(2em + 3ex)" should set the property value]
expected: FAIL
[e.style['text-indent'\] = "calc(50% + 60px) each-line hanging" should set the property value]
expected: FAIL

View file

@ -0,0 +1,3 @@
[text-justify-computed-legacy.html]
[Property text-justify value 'distribute']
expected: FAIL

View file

@ -0,0 +1,12 @@
[text-justify-computed.html]
[Property text-justify value 'auto']
expected: FAIL
[Property text-justify value 'none']
expected: FAIL
[Property text-justify value 'inter-word']
expected: FAIL
[Property text-justify value 'inter-character']
expected: FAIL

View file

@ -0,0 +1,12 @@
[text-justify-valid.html]
[e.style['text-justify'\] = "auto" should set the property value]
expected: FAIL
[e.style['text-justify'\] = "none" should set the property value]
expected: FAIL
[e.style['text-justify'\] = "inter-word" should set the property value]
expected: FAIL
[e.style['text-justify'\] = "inter-character" should set the property value]
expected: FAIL

View file

@ -0,0 +1,27 @@
[text-transform-computed.html]
[Property text-transform value 'none']
expected: FAIL
[Property text-transform value 'capitalize']
expected: FAIL
[Property text-transform value 'uppercase']
expected: FAIL
[Property text-transform value 'lowercase']
expected: FAIL
[Property text-transform value 'full-width']
expected: FAIL
[Property text-transform value 'full-size-kana']
expected: FAIL
[Property text-transform value 'capitalize full-width']
expected: FAIL
[Property text-transform value 'full-width full-size-kana']
expected: FAIL
[Property text-transform value 'uppercase full-width full-size-kana']
expected: FAIL

View file

@ -0,0 +1,54 @@
[text-transform-valid.html]
[e.style['text-transform'\] = "none" should set the property value]
expected: FAIL
[e.style['text-transform'\] = "capitalize" should set the property value]
expected: FAIL
[e.style['text-transform'\] = "uppercase" should set the property value]
expected: FAIL
[e.style['text-transform'\] = "lowercase" should set the property value]
expected: FAIL
[e.style['text-transform'\] = "full-width" should set the property value]
expected: FAIL
[e.style['text-transform'\] = "full-size-kana" should set the property value]
expected: FAIL
[e.style['text-transform'\] = "capitalize full-width" should set the property value]
expected: FAIL
[e.style['text-transform'\] = "uppercase full-size-kana" should set the property value]
expected: FAIL
[e.style['text-transform'\] = "full-width full-size-kana" should set the property value]
expected: FAIL
[e.style['text-transform'\] = "full-width lowercase" should set the property value]
expected: FAIL
[e.style['text-transform'\] = "full-size-kana capitalize" should set the property value]
expected: FAIL
[e.style['text-transform'\] = "full-size-kana full-width" should set the property value]
expected: FAIL
[e.style['text-transform'\] = "capitalize full-width full-size-kana" should set the property value]
expected: FAIL
[e.style['text-transform'\] = "full-width full-size-kana uppercase" should set the property value]
expected: FAIL
[e.style['text-transform'\] = "full-size-kana lowercase full-width" should set the property value]
expected: FAIL
[e.style['text-transform'\] = "lowercase full-size-kana full-width" should set the property value]
expected: FAIL
[e.style['text-transform'\] = "full-width uppercase full-size-kana" should set the property value]
expected: FAIL
[e.style['text-transform'\] = "full-size-kana full-width capitalize" should set the property value]
expected: FAIL

View file

@ -0,0 +1,30 @@
[text-wrap-valid.html]
[e.style['text-wrap'\] = "wrap" should set the property value]
expected: FAIL
[e.style['text-wrap'\] = "nowrap" should set the property value]
expected: FAIL
[e.style['text-wrap'\] = "balance" should set the property value]
expected: FAIL
[e.style['text-wrap'\] = "stable" should set the property value]
expected: FAIL
[e.style['text-wrap'\] = "pretty" should set the property value]
expected: FAIL
[e.style['text-wrap'\] = "initial" should set the property value]
expected: FAIL
[e.style['text-wrap'\] = "inherit" should set the property value]
expected: FAIL
[e.style['text-wrap'\] = "unset" should set the property value]
expected: FAIL
[e.style['text-wrap'\] = "revert" should set the property value]
expected: FAIL
[e.style['text-wrap'\] = "revert-layer" should set the property value]
expected: FAIL

View file

@ -0,0 +1,12 @@
[white-space-collapse-computed.html]
[Property white-space-collapse value 'collapse']
expected: FAIL
[Property white-space-collapse value 'preserve']
expected: FAIL
[Property white-space-collapse value 'preserve-breaks']
expected: FAIL
[Property white-space-collapse value 'break-spaces']
expected: FAIL

View file

@ -0,0 +1,27 @@
[white-space-collapse-valid.html]
[e.style['white-space-collapse'\] = "collapse" should set the property value]
expected: FAIL
[e.style['white-space-collapse'\] = "preserve" should set the property value]
expected: FAIL
[e.style['white-space-collapse'\] = "preserve-breaks" should set the property value]
expected: FAIL
[e.style['white-space-collapse'\] = "break-spaces" should set the property value]
expected: FAIL
[e.style['white-space-collapse'\] = "initial" should set the property value]
expected: FAIL
[e.style['white-space-collapse'\] = "inherit" should set the property value]
expected: FAIL
[e.style['white-space-collapse'\] = "unset" should set the property value]
expected: FAIL
[e.style['white-space-collapse'\] = "revert" should set the property value]
expected: FAIL
[e.style['white-space-collapse'\] = "revert-layer" should set the property value]
expected: FAIL

View file

@ -0,0 +1,15 @@
[white-space-shorthand-text-wrap.html]
[`text-wrap: balance` should be set]
expected: FAIL
[`text-wrap` should not be affected by previous `white-space`]
expected: FAIL
[`white-space` should overwrite previous `text-wrap`]
expected: FAIL
[`text-wrap` should not be affected by `white-space` on the parent]
expected: FAIL
[`white-space` should overwrite `text-wrap` on the parent]
expected: FAIL

View file

@ -0,0 +1,144 @@
[white-space-shorthand.html]
[e.style['white-space'\] = "collapse" should set the property value]
expected: FAIL
[Property white-space value 'collapse']
expected: FAIL
[e.style['white-space'\] = "wrap" should set the property value]
expected: FAIL
[Property white-space value 'wrap']
expected: FAIL
[e.style['white-space'\] = "collapse wrap" should set the property value]
expected: FAIL
[Property white-space value 'collapse wrap']
expected: FAIL
[e.style['white-space'\] = "wrap collapse" should set the property value]
expected: FAIL
[Property white-space value 'wrap collapse']
expected: FAIL
[e.style['white-space'\] = "preserve nowrap" should set the property value]
expected: FAIL
[Property white-space value 'preserve nowrap']
expected: FAIL
[e.style['white-space'\] = "nowrap preserve" should set the property value]
expected: FAIL
[Property white-space value 'nowrap preserve']
expected: FAIL
[e.style['white-space'\] = "collapse nowrap" should set the property value]
expected: FAIL
[Property white-space value 'collapse nowrap']
expected: FAIL
[e.style['white-space'\] = "nowrap collapse" should set the property value]
expected: FAIL
[Property white-space value 'nowrap collapse']
expected: FAIL
[e.style['white-space'\] = "preserve" should set the property value]
expected: FAIL
[Property white-space value 'preserve']
expected: FAIL
[e.style['white-space'\] = "preserve wrap" should set the property value]
expected: FAIL
[Property white-space value 'preserve wrap']
expected: FAIL
[e.style['white-space'\] = "wrap preserve" should set the property value]
expected: FAIL
[Property white-space value 'wrap preserve']
expected: FAIL
[e.style['white-space'\] = "break-spaces" should set the property value]
expected: FAIL
[Property white-space value 'break-spaces']
expected: FAIL
[e.style['white-space'\] = "break-spaces wrap" should set the property value]
expected: FAIL
[Property white-space value 'break-spaces wrap']
expected: FAIL
[e.style['white-space'\] = "wrap break-spaces" should set the property value]
expected: FAIL
[Property white-space value 'wrap break-spaces']
expected: FAIL
[e.style['white-space'\] = "preserve-breaks" should set the property value]
expected: FAIL
[Property white-space value 'preserve-breaks']
expected: FAIL
[e.style['white-space'\] = "preserve-breaks wrap" should set the property value]
expected: FAIL
[Property white-space value 'preserve-breaks wrap']
expected: FAIL
[e.style['white-space'\] = "wrap preserve-breaks" should set the property value]
expected: FAIL
[Property white-space value 'wrap preserve-breaks']
expected: FAIL
[e.style['white-space'\] = "preserve-breaks nowrap" should set the property value]
expected: FAIL
[Property white-space value 'preserve-breaks nowrap']
expected: FAIL
[e.style['white-space'\] = "nowrap preserve-breaks" should set the property value]
expected: FAIL
[Property white-space value 'nowrap preserve-breaks']
expected: FAIL
[e.style['white-space'\] = "balance" should set the property value]
expected: FAIL
[Property white-space value 'balance']
expected: FAIL
[e.style['white-space'\] = "collapse balance" should set the property value]
expected: FAIL
[Property white-space value 'collapse balance']
expected: FAIL
[e.style['white-space'\] = "balance collapse" should set the property value]
expected: FAIL
[Property white-space value 'balance collapse']
expected: FAIL
[e.style['white-space'\] = "preserve balance" should set the property value]
expected: FAIL
[Property white-space value 'preserve balance']
expected: FAIL
[e.style['white-space'\] = "balance preserve" should set the property value]
expected: FAIL
[Property white-space value 'balance preserve']
expected: FAIL

View file

@ -0,0 +1,12 @@
[word-break-computed.html]
[Property word-break value 'normal']
expected: FAIL
[Property word-break value 'keep-all']
expected: FAIL
[Property word-break value 'break-all']
expected: FAIL
[Property word-break value 'break-word']
expected: FAIL

View file

@ -0,0 +1,12 @@
[word-break-valid.html]
[e.style['word-break'\] = "normal" should set the property value]
expected: FAIL
[e.style['word-break'\] = "keep-all" should set the property value]
expected: FAIL
[e.style['word-break'\] = "break-all" should set the property value]
expected: FAIL
[e.style['word-break'\] = "break-word" should set the property value]
expected: FAIL

View file

@ -0,0 +1,9 @@
[word-wrap-computed.html]
[Property word-wrap value 'normal']
expected: FAIL
[Property word-wrap value 'break-word']
expected: FAIL
[Property word-wrap value 'anywhere']
expected: FAIL

View file

@ -0,0 +1,9 @@
[word-wrap-valid.html]
[e.style['word-wrap'\] = "normal" should set the property value]
expected: FAIL
[e.style['word-wrap'\] = "break-word" should set the property value]
expected: FAIL
[e.style['word-wrap'\] = "anywhere" should set the property value]
expected: FAIL