Bug 1470368 [wpt PR 11616] - Update wpt metadata, a=testonly

wpt-pr: 11616
wpt-type: metadata
This commit is contained in:
moz-wptsync-bot 2018-06-22 23:30:07 +00:00 коммит произвёл James Graham
Родитель 794f2524c3
Коммит 3c7a571249
7 изменённых файлов: 67 добавлений и 0 удалений

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

@ -0,0 +1,4 @@
[at-supports.tentative.html]
[Test that CSS env vars work with @support]
expected: FAIL

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

@ -0,0 +1,4 @@
[env-in-custom-properties.tentative.html]
[Test env() will work in custom properties]
expected: FAIL

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

@ -0,0 +1,4 @@
[fallback-nested-var.tentative.html]
[Test that nested var() fallback values work with CSS env vars]
expected: FAIL

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

@ -0,0 +1,4 @@
[seralization-round-tripping.tentative.html]
[Test style seralization round tripping with CSS env vars]
expected: FAIL

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

@ -0,0 +1,4 @@
[supports-script.tentative.html]
[Test that CSS env vars work with CSS.supports]
expected: FAIL

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

@ -0,0 +1,43 @@
[syntax.tentative.html]
[background-color: env(test) rgba(0, 0, 0, 0)]
expected: FAIL
[background-color: ENV(test) rgba(0, 0, 0, 0)]
expected: FAIL
[background-color: env(test) !important rgba(0, 0, 0, 0)]
expected: FAIL
[background-color: env(test, 10px) rgba(0, 0, 0, 0)]
expected: FAIL
[background-color: env(test, blue) rgb(0, 0, 255)]
expected: FAIL
[background-color: env(test, env(another)) rgba(0, 0, 0, 0)]
expected: FAIL
[background-color: env(test, env(another, blue)) rgb(0, 0, 255)]
expected: FAIL
[background-color: env(-test) rgba(0, 0, 0, 0)]
expected: FAIL
[background-color: env(--test) rgba(0, 0, 0, 0)]
expected: FAIL
[background-color: env( test) rgba(0, 0, 0, 0)]
expected: FAIL
[background-color: env(test ) rgba(0, 0, 0, 0)]
expected: FAIL
[background-color: env( test ) rgba(0, 0, 0, 0)]
expected: FAIL
[background-color: env(test /**/, blue) rgb(0, 0, 255)]
expected: FAIL
[background-color: env(test, {}) rgba(0, 0, 0, 0)]
expected: FAIL

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

@ -0,0 +1,4 @@
[unknown-env-names-override-previous.tentative.html]
[Test unknown env() names will override previous values]
expected: FAIL