зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1470368 [wpt PR 11616] - Update wpt metadata, a=testonly
wpt-pr: 11616 wpt-type: metadata
This commit is contained in:
Родитель
794f2524c3
Коммит
3c7a571249
|
@ -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
|
||||
|
Загрузка…
Ссылка в новой задаче