1
0
Fork 0
firefox/testing/web-platform/meta/css/css-variables/variable-substitution-variable-declaration.html.ini
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

42 lines
878 B
INI

[variable-substitution-variable-declaration.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[target1 --var2]
expected:
if (os == "linux") and not debug: [PASS, FAIL]
[target2 --var1]
expected:
if (os == "linux") and not debug: [PASS, FAIL]
[target3 --var1]
expected:
if (os == "linux") and not debug: [PASS, FAIL]
[target3 --var2]
expected:
if (os == "linux") and not debug: [PASS, FAIL]
[target4 --varC]
expected:
if (os == "linux") and not debug: [PASS, FAIL]
[target8 --varB]
expected:
if (os == "linux") and not debug: [PASS, FAIL]
[target9 --varA]
expected:
if (os == "linux") and not debug: [PASS, FAIL]
[target6 --varC]
expected: FAIL
[target7 --varC]
expected: FAIL
[target9 --varB]
expected: FAIL
[target9 --varC]
expected: FAIL