Bug 1510061 [wpt PR 14240] - Update wpt metadata, a=testonly

wpt-pr: 14240
wpt-type: metadata
This commit is contained in:
moz-wptsync-bot 2018-11-27 04:25:51 +00:00
Родитель 37752a83dc
Коммит dbaf9e9d3b
9 изменённых файлов: 72 добавлений и 0 удалений

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

@ -0,0 +1,4 @@
[bottom-computed.html]
[Property bottom value 'calc(50% + 60px)' computes to 'calc(50% + 60px)']
expected: FAIL

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

@ -0,0 +1,13 @@
[inset-after-valid.html]
[e.style['inset-after'\] = "auto" should set the property value]
expected: FAIL
[e.style['inset-after'\] = "-20%" should set the property value]
expected: FAIL
[e.style['inset-after'\] = "-10px" should set the property value]
expected: FAIL
[e.style['inset-after'\] = "calc(2em + 3ex)" should set the property value]
expected: FAIL

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

@ -0,0 +1,13 @@
[inset-before-valid.html]
[e.style['inset-before'\] = "calc(2em + 3ex)" should set the property value]
expected: FAIL
[e.style['inset-before'\] = "auto" should set the property value]
expected: FAIL
[e.style['inset-before'\] = "-20%" should set the property value]
expected: FAIL
[e.style['inset-before'\] = "-10px" should set the property value]
expected: FAIL

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

@ -0,0 +1,13 @@
[inset-end-valid.html]
[e.style['inset-end'\] = "auto" should set the property value]
expected: FAIL
[e.style['inset-end'\] = "calc(2em + 3ex)" should set the property value]
expected: FAIL
[e.style['inset-end'\] = "-10px" should set the property value]
expected: FAIL
[e.style['inset-end'\] = "-20%" should set the property value]
expected: FAIL

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

@ -0,0 +1,13 @@
[inset-start-valid.html]
[e.style['inset-start'\] = "-20%" should set the property value]
expected: FAIL
[e.style['inset-start'\] = "-10px" should set the property value]
expected: FAIL
[e.style['inset-start'\] = "calc(2em + 3ex)" should set the property value]
expected: FAIL
[e.style['inset-start'\] = "auto" should set the property value]
expected: FAIL

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

@ -0,0 +1,4 @@
[left-computed.html]
[Property left value 'calc(50% + 60px)' computes to 'calc(50% + 60px)']
expected: FAIL

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

@ -0,0 +1,4 @@
[right-computed.html]
[Property right value 'calc(50% + 60px)' computes to 'calc(50% + 60px)']
expected: FAIL

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

@ -0,0 +1,4 @@
[top-computed.html]
[Property top value 'calc(50% + 60px)' computes to 'calc(50% + 60px)']
expected: FAIL

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

@ -0,0 +1,4 @@
[z-index-invalid.html]
[e.style['z-index'\] = "calc(0.5)" should not set the property value]
expected: FAIL