Bug 1470741 [wpt PR 11647] - Update wpt metadata, a=testonly

wpt-pr: 11647
wpt-type: metadata
This commit is contained in:
moz-wptsync-bot 2018-06-24 12:39:52 +00:00 коммит произвёл James Graham
Родитель 9315c09c46
Коммит b7b498fbc1
9 изменённых файлов: 81 добавлений и 0 удалений

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

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

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

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

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

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

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

@ -0,0 +1,4 @@
[min-height-invalid.html]
[e.style['min-height'\] = "auto" should not set the property value]
expected: FAIL

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

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

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

@ -0,0 +1,4 @@
[min-width-invalid.html]
[e.style['min-width'\] = "auto" should not set the property value]
expected: FAIL

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

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

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

@ -0,0 +1,13 @@
[padding-invalid.html]
[e.style['padding'\] = "20%" should not set the property value]
expected: FAIL
[e.style['padding'\] = "10px 20% 30% 40px" should not set the property value]
expected: FAIL
[e.style['padding-right'\] = "20%" should not set the property value]
expected: FAIL
[e.style['padding-right'\] = "calc(2em + 3%)" should not set the property value]
expected: FAIL

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

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