diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:47:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:47:29 +0000 |
commit | 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d (patch) | |
tree | a31f07c9bcca9d56ce61e9a1ffd30ef350d513aa /testing/web-platform/meta/css/css-properties-values-api/at-property.html.ini | |
parent | Initial commit. (diff) | |
download | firefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.tar.xz firefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.zip |
Adding upstream version 115.8.0esr.upstream/115.8.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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 |