diff options
Diffstat (limited to 'testing/web-platform/meta/css/css-properties-values-api/at-property.html.ini')
-rw-r--r-- | testing/web-platform/meta/css/css-properties-values-api/at-property.html.ini | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-properties-values-api/at-property.html.ini b/testing/web-platform/meta/css/css-properties-values-api/at-property.html.ini new file mode 100644 index 0000000000..07e9bc1914 --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/at-property.html.ini @@ -0,0 +1,78 @@ +[at-property.html] + [Rule applied [<transform-list>, rotateX(0deg), false\]] + expected: FAIL + + [Rule applied [<color>, rgb(1, 2, 3), false\]] + expected: FAIL + + [Rule applied [<number>, 2.5, false\]] + expected: FAIL + + [Rule applied [<angle>, 42deg, false\]] + expected: FAIL + + [Rule applied [<angle>, 1turn, false\]] + expected: FAIL + + [Rule applied [<length-percentage>, 10px, false\]] + expected: FAIL + + [Rule applied [<length-percentage>, 10%, false\]] + expected: FAIL + + [Rule applied [<integer>, 5, false\]] + expected: FAIL + + [Rule applied [*, if(){}, false\]] + expected: FAIL + + [Rule applied [<color>, green, false\]] + expected: FAIL + + [Rule applied [<resolution>, 96dpi, false\]] + expected: FAIL + + [Non-inherited properties do not inherit] + expected: FAIL + + [Rule applied [<color>, tomato, false\]] + expected: FAIL + + [Rule applied [<time>, 10s, false\]] + expected: FAIL + + [Rule applied [<length>, 10px, false\]] + expected: FAIL + + [Rule applied [<transform-list>, rotateX(0deg) translateX(10px), false\]] + expected: FAIL + + [Rule applied [<length-percentage>, calc(10% + 10px), false\]] + expected: FAIL + + [Rule applied [<time>, 1000ms, false\]] + expected: FAIL + + [Rule applied [<image>, url("http://a/"), false\]] + expected: FAIL + + [Rule applied [<percentage>, 10%, false\]] + expected: FAIL + + [Rule applied [<url>, url("http://a/"), false\]] + expected: FAIL + + [Initial value may be omitted for universal registration] + expected: FAIL + + [Rule applied [<color>, tomato, true\]] + expected: FAIL + + [Rule applied [<resolution>, 50dppx, false\]] + expected: FAIL + + [Initial values substituted as computed value] + expected: FAIL + + [Rule applied [<transform-function>, rotateX(0deg), false\]] + expected: FAIL |