diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
commit | 43a97878ce14b72f0981164f87f2e35e14151312 (patch) | |
tree | 620249daf56c0258faa40cbdcf9cfba06de2a846 /testing/web-platform/meta/css/css-properties-values-api/registered-property-initial.html.ini | |
parent | Initial commit. (diff) | |
download | firefox-43a97878ce14b72f0981164f87f2e35e14151312.tar.xz firefox-43a97878ce14b72f0981164f87f2e35e14151312.zip |
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/css/css-properties-values-api/registered-property-initial.html.ini')
-rw-r--r-- | testing/web-platform/meta/css/css-properties-values-api/registered-property-initial.html.ini | 88 |
1 files changed, 88 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-properties-values-api/registered-property-initial.html.ini b/testing/web-platform/meta/css/css-properties-values-api/registered-property-initial.html.ini new file mode 100644 index 0000000000..f851cbed4b --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/registered-property-initial.html.ini @@ -0,0 +1,88 @@ +[registered-property-initial.html] + [Initial non-inherited value can be substituted [pink, background-color\]] + expected: FAIL + + [Initial value for <length-percentage> correctly computed [calc(1in + 10% + 4px)\]] + expected: FAIL + + [Initial value for <transform-list> correctly computed [scale(calc(2 + 2))\]] + expected: FAIL + + [Initial value for <color> correctly computed [purple\]] + expected: FAIL + + [Initial value for <transform-list> correctly computed [scale(calc(2 + 1)) translateX(calc(3px + 1px))\]] + expected: FAIL + + [Initial value for <transform-function> correctly computed [rotate(42deg)\]] + expected: FAIL + + [Initial inherited value can be substituted [purple, color\]] + expected: FAIL + + [Initial value for <color> correctly computed [pink, inherits\]] + expected: FAIL + + [Initial value for <length> correctly computed [calc(10px + 15px)\]] + expected: FAIL + + [Initial non-inherited value can be substituted [calc(13% + 37%), --x\]] + expected: FAIL + + [Initial non-inherited value can be substituted [\t1turn, --x\]] + expected: FAIL + + [Initial non-inherited value can be substituted [calc(20 + 20 + 10), --x\]] + expected: FAIL + + [Initial non-inherited value can be substituted [\tcalc(13% + 37px), --x\]] + expected: FAIL + + [Initial non-inherited value can be substituted [scale(calc(2 + 2)) translateX(calc(3px + 1px)), --x\]] + expected: FAIL + + [Initial non-inherited value can be substituted [2000ms, --x\]] + expected: FAIL + + [Initial non-inherited value can be substituted [ pink , --x\]] + expected: FAIL + + [Initial non-inherited value can be substituted [calc(13 + 37), --x\]] + expected: FAIL + + [Initial non-inherited value can be substituted [calc(10px + 15px), --x\]] + expected: FAIL + + [Initial non-inherited value can be substituted [scale(calc(2 + 2)), --x\]] + expected: FAIL + + [Initial non-inherited value can be substituted [\tfoo\t, --x\]] + expected: FAIL + + [Initial non-inherited value can be substituted [\ttest, --x\]] + expected: FAIL + + [Initial value for <length> correctly computed [2.54cm\]] + expected: FAIL + + [Initial value for <length> correctly computed [72pt\]] + expected: FAIL + + [Initial value for <percentage> correctly computed [calc(10% + 20%)\]] + expected: FAIL + + [Initial value for <length> correctly computed [25.4mm\]] + expected: FAIL + + [Initial value for <length> correctly computed [6pc\]] + expected: FAIL + + [Initial value for <length> correctly computed [1in\]] + expected: FAIL + + [Initial value for <url> correctly computed [url(a)\]] + expected: FAIL + + [Initial value for <url>+ correctly computed [url(a) url(a)\]] + expected: FAIL + |