Bug 1879070 [wpt PR 44437] - Update wpt metadata, a=testonly

wpt-pr: 44437
wpt-type: metadata
This commit is contained in:
moz-wptsync-bot 2024-02-08 11:47:05 +00:00
Родитель e09f105a44
Коммит 5f138a642f
2 изменённых файлов: 63 добавлений и 0 удалений

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

@ -0,0 +1,27 @@
[position-try-options-computed.html]
[Property position-try-options value 'none']
expected: FAIL
[Property position-try-options value 'flip-block']
expected: FAIL
[Property position-try-options value 'flip-inline']
expected: FAIL
[Property position-try-options value 'flip-start']
expected: FAIL
[Property position-try-options value 'flip-block, flip-inline']
expected: FAIL
[Property position-try-options value '--foo, --bar']
expected: FAIL
[Property position-try-options value 'flip-start flip-inline flip-block']
expected: FAIL
[Property position-try-options has initial value none]
expected: FAIL
[Property position-try-options does not inherit]
expected: FAIL

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

@ -0,0 +1,36 @@
[position-try-options-parsing.html]
[e.style['position-try-options'\] = "initial" should set the property value]
expected: FAIL
[e.style['position-try-options'\] = "inherit" should set the property value]
expected: FAIL
[e.style['position-try-options'\] = "unset" should set the property value]
expected: FAIL
[e.style['position-try-options'\] = "revert" should set the property value]
expected: FAIL
[e.style['position-try-options'\] = "none" should set the property value]
expected: FAIL
[e.style['position-try-options'\] = "flip-block" should set the property value]
expected: FAIL
[e.style['position-try-options'\] = "flip-start, flip-block" should set the property value]
expected: FAIL
[e.style['position-try-options'\] = "flip-start flip-inline, flip-block" should set the property value]
expected: FAIL
[e.style['position-try-options'\] = "flip-start, flip-start" should set the property value]
expected: FAIL
[e.style['position-try-options'\] = "flip-block, --foo" should set the property value]
expected: FAIL
[e.style['position-try-options'\] = "--bar, flip-block flip-start" should set the property value]
expected: FAIL
[e.style['position-try-options'\] = "--foo, --bar, --baz" should set the property value]
expected: FAIL