Bug 1825045 [wpt PR 39244] - Update wpt metadata, a=testonly

wpt-pr: 39244
wpt-type: metadata
This commit is contained in:
moz-wptsync-bot 2023-03-28 19:29:52 +00:00
Родитель 22494c5864
Коммит 9fd3b23e28
4 изменённых файлов: 178 добавлений и 1 удалений

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

@ -1,4 +1,4 @@
[text-wrap-white-space-001.html]
[white-space-shorthand-text-wrap.html]
[`text-wrap: balance` should be set]
expected: FAIL

Просмотреть файл

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