diff options
Diffstat (limited to 'testing/web-platform/meta/css/css-env/indexed-env.tentative.html.ini')
-rw-r--r-- | testing/web-platform/meta/css/css-env/indexed-env.tentative.html.ini | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-env/indexed-env.tentative.html.ini b/testing/web-platform/meta/css/css-env/indexed-env.tentative.html.ini new file mode 100644 index 0000000000..f9441899b1 --- /dev/null +++ b/testing/web-platform/meta/css/css-env/indexed-env.tentative.html.ini @@ -0,0 +1,12 @@ +[indexed-env.tentative.html] + [CSS Environment variable value "env(test 0, green)" must successfully parse and roundtrip] + expected: FAIL + + [CSS Environment variable value "env(test 0,)" must successfully parse and roundtrip] + expected: FAIL + + [CSS Environment variable value "env(test 0)" must successfully parse and roundtrip] + expected: FAIL + + [CSS Environment variable value "env(test 0 1 2 3 4, green)" must successfully parse and roundtrip] + expected: FAIL |