Pass | CSS Values and Units Test: CSS if() function cycles | Asserts runPass | assert_equals("", "", "\"if(style(--x: 3): var(--prop); else: value)\" should be substituted to \"\".")
at Test.<anonymous> ( /css/css-values/if-cycle.html:30:7) |
|
Pass | CSS Values and Units Test: CSS if() function cycles 1 | Asserts runPass | assert_equals("", "", "\"if(style(--x: 3): value; else: var(--prop))\" should be substituted to \"\".")
at Test.<anonymous> ( /css/css-values/if-cycle.html:30:7) |
|
Fail | CSS Values and Units Test: CSS if() function cycles 2 | assert_equals: "if(style(--x: 3): attr(data-foo type(*)); else: value)" should be substituted to "". expected "" but got "if(style(--x: 3): attr(data-foo type(*)); else: value)" at Test.<anonymous> (https://wpt.live/css/css-values/if-cycle.html:30:7)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at test_if (https://wpt.live/css/css-values/if-cycle.html:29:5)
at https://wpt.live/css/css-values/if-cycle.html:52:3 Asserts runFail | assert_equals("if(style(--x: 3): attr(data-foo type(*)); else: value)", "", "\"if(style(--x: 3): attr(data-foo type(*)); else: value)\" should be substituted to \"\".")
at Test.<anonymous> ( /css/css-values/if-cycle.html:30:7) |
|
Fail | CSS Values and Units Test: CSS if() function cycles 3 | assert_equals: "if(style(--x: 3): value; else: attr(data-foo type(*)))" should be substituted to "". expected "" but got "if(style(--x: 3): value; else: attr(data-foo type(*)))" at Test.<anonymous> (https://wpt.live/css/css-values/if-cycle.html:30:7)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at test_if (https://wpt.live/css/css-values/if-cycle.html:29:5)
at https://wpt.live/css/css-values/if-cycle.html:57:3 Asserts runFail | assert_equals("if(style(--x: 3): value; else: attr(data-foo type(*)))", "", "\"if(style(--x: 3): value; else: attr(data-foo type(*)))\" should be substituted to \"\".")
at Test.<anonymous> ( /css/css-values/if-cycle.html:30:7) |
|
Pass | CSS Values and Units Test: CSS if() function cycles 4 | Asserts runPass | assert_equals("", "", "\"if(style(--prop): var(--prop); else: value)\" should be substituted to \"\".")
at Test.<anonymous> ( /css/css-values/if-cycle.html:30:7) |
|
Pass | CSS Values and Units Test: CSS if() function cycles 5 | Asserts runPass | assert_equals("", "", "\"if(style(--x): var(--prop); else: value)\" should be substituted to \"\".")
at Test.<anonymous> ( /css/css-values/if-cycle.html:30:7) |
|
Fail | CSS Values and Units Test: CSS if() function cycles 6 | assert_equals: "if(style(--prop: 3): true_value;
else: false_value)" should be substituted to "". expected "" but got "if(style(--prop: 3): true_value;\n else: false_value)" at Test.<anonymous> (https://wpt.live/css/css-values/if-cycle.html:30:7)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at test_if (https://wpt.live/css/css-values/if-cycle.html:29:5)
at https://wpt.live/css/css-values/if-cycle.html:70:3 Asserts runFail | assert_equals("if(style(--prop: 3): true_value;\n else: false_value)", "", "\"if(style(--prop: 3): true_value;\n else: false_value)\" should be substituted to \"\".")
at Test.<anonymous> ( /css/css-values/if-cycle.html:30:7) |
|
Fail | CSS Values and Units Test: CSS if() function cycles 7 | assert_equals: "if(style(--x: 3): true_value;
else: false_value)" should be substituted to "". expected "" but got "if(style(--x: 3): true_value;\n else: false_value)" at Test.<anonymous> (https://wpt.live/css/css-values/if-cycle.html:30:7)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at test_if (https://wpt.live/css/css-values/if-cycle.html:29:5)
at https://wpt.live/css/css-values/if-cycle.html:74:3 Asserts runFail | assert_equals("if(style(--x: 3): true_value;\n else: false_value)", "", "\"if(style(--x: 3): true_value;\n else: false_value)\" should be substituted to \"\".")
at Test.<anonymous> ( /css/css-values/if-cycle.html:30:7) |
|
Fail | CSS Values and Units Test: CSS if() function cycles 8 | assert_equals: "if(style(not (--prop)): true_value;
else: false_value)" should be substituted to "". expected "" but got "if(style(not (--prop)): true_value;\n else: false_value)" at Test.<anonymous> (https://wpt.live/css/css-values/if-cycle.html:30:7)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at test_if (https://wpt.live/css/css-values/if-cycle.html:29:5)
at https://wpt.live/css/css-values/if-cycle.html:78:3 Asserts runFail | assert_equals("if(style(not (--prop)): true_value;\n else: false_value)", "", "\"if(style(not (--prop)): true_value;\n else: false_value)\" should be substituted to \"\".")
at Test.<anonymous> ( /css/css-values/if-cycle.html:30:7) |
|
Pass | CSS Values and Units Test: CSS if() function cycles 9 | Asserts runPass | assert_equals("", "", "\"if(style(not (--x: var(--y))): true_value;\n else: false_value)\" should be substituted to \"\".")
at Test.<anonymous> ( /css/css-values/if-cycle.html:30:7) |
|
Fail | CSS Values and Units Test: CSS if() function cycles 10 | assert_equals: "if(style((--prop) or (--y)): true_value;
else: false_value)" should be substituted to "". expected "" but got "if(style((--prop) or (--y)): true_value;\n else: false_value)" at Test.<anonymous> (https://wpt.live/css/css-values/if-cycle.html:30:7)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at test_if (https://wpt.live/css/css-values/if-cycle.html:29:5)
at https://wpt.live/css/css-values/if-cycle.html:86:3 Asserts runFail | assert_equals("if(style((--prop) or (--y)): true_value;\n else: false_value)", "", "\"if(style((--prop) or (--y)): true_value;\n else: false_value)\" should be substituted to \"\".")
at Test.<anonymous> ( /css/css-values/if-cycle.html:30:7) |
|
Fail | CSS Values and Units Test: CSS if() function cycles 11 | assert_equals: "if(style((--prop) and (--y)): true_value;
else: false_value)" should be substituted to "". expected "" but got "if(style((--prop) and (--y)): true_value;\n else: false_value)" at Test.<anonymous> (https://wpt.live/css/css-values/if-cycle.html:30:7)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at test_if (https://wpt.live/css/css-values/if-cycle.html:29:5)
at https://wpt.live/css/css-values/if-cycle.html:90:3 Asserts runFail | assert_equals("if(style((--prop) and (--y)): true_value;\n else: false_value)", "", "\"if(style((--prop) and (--y)): true_value;\n else: false_value)\" should be substituted to \"\".")
at Test.<anonymous> ( /css/css-values/if-cycle.html:30:7) |
|
Pass | CSS Values and Units Test: CSS if() function cycles 12 | Asserts runPass | assert_equals("", "", "\"if(style(--x: var(--prop)): true_value;\n else: false_value)\" should be substituted to \"\".")
at Test.<anonymous> ( /css/css-values/if-cycle.html:30:7) |
|
Pass | CSS Values and Units Test: CSS if() function cycles 13 | Asserts runPass | assert_equals("", "", "\"if(style(--x: var(--y)): true_value;\n else: false_value)\" should be substituted to \"\".")
at Test.<anonymous> ( /css/css-values/if-cycle.html:30:7) |
|
Fail | CSS Values and Units Test: CSS if() function cycles 14 | assert_equals: "if(style(--x: 3): true_value;
else: false_value)" should be substituted to "". expected "" but got "if(style(--x: 3): true_value;\n else: false_value)" at Test.<anonymous> (https://wpt.live/css/css-values/if-cycle.html:30:7)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at test_if (https://wpt.live/css/css-values/if-cycle.html:29:5)
at https://wpt.live/css/css-values/if-cycle.html:104:3 Asserts runFail | assert_equals("if(style(--x: 3): true_value;\n else: false_value)", "", "\"if(style(--x: 3): true_value;\n else: false_value)\" should be substituted to \"\".")
at Test.<anonymous> ( /css/css-values/if-cycle.html:30:7) |
|
Fail | CSS Values and Units Test: CSS if() function cycles 15 | assert_equals: "if(style(--x: 3): true_value;
else: false_value)" should be substituted to "". expected "" but got "if(style(--x: 3): true_value;\n else: false_value)" at Test.<anonymous> (https://wpt.live/css/css-values/if-cycle.html:30:7)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at test_if (https://wpt.live/css/css-values/if-cycle.html:29:5)
at https://wpt.live/css/css-values/if-cycle.html:110:3 Asserts runFail | assert_equals("if(style(--x: 3): true_value;\n else: false_value)", "", "\"if(style(--x: 3): true_value;\n else: false_value)\" should be substituted to \"\".")
at Test.<anonymous> ( /css/css-values/if-cycle.html:30:7) |
|
Fail | CSS Values and Units Test: CSS if() function cycles 16 | assert_equals: "if(style(--x: attr(data-foo type(*))): true_value;
else: false_value)" should be substituted to "". expected "" but got "if(style(--x: attr(data-foo type(*))): true_value;\n else: false_value)" at Test.<anonymous> (https://wpt.live/css/css-values/if-cycle.html:30:7)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at test_if (https://wpt.live/css/css-values/if-cycle.html:29:5)
at https://wpt.live/css/css-values/if-cycle.html:116:3 Asserts runFail | assert_equals("if(style(--x: attr(data-foo type(*))): true_value;\n else: false_value)", "", "\"if(style(--x: attr(data-foo type(*))): true_value;\n else: false_value)\" should be substituted to \"\".")
at Test.<anonymous> ( /css/css-values/if-cycle.html:30:7) |
|
Fail | CSS Values and Units Test: CSS if() function cycles 17 | assert_equals: "if(style(--y): true_value;
else: false_value)" should be substituted to "false_value". expected "false_value" but got "if(style(--y): true_value;\n else: false_value)" at Test.<anonymous> (https://wpt.live/css/css-values/if-cycle.html:30:7)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at test_if (https://wpt.live/css/css-values/if-cycle.html:29:5)
at https://wpt.live/css/css-values/if-cycle.html:122:3 Asserts runFail | assert_equals("if(style(--y): true_value;\n else: false_value)", "false_value", "\"if(style(--y): true_value;\n else: false_value)\" should be substituted to \"false_value\".")
at Test.<anonymous> ( /css/css-values/if-cycle.html:30:7) |
|
Fail | CSS Values and Units Test: CSS if() function cycles 18 | assert_equals: "if(style(not (--x: var(--y))): true_value;
else: false_value)" should be substituted to "true_value". expected "true_value" but got "" at Test.<anonymous> (https://wpt.live/css/css-values/if-cycle.html:30:7)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at test_if (https://wpt.live/css/css-values/if-cycle.html:29:5)
at https://wpt.live/css/css-values/if-cycle.html:126:3 Asserts runFail | assert_equals("", "true_value", "\"if(style(not (--x: var(--y))): true_value;\n else: false_value)\" should be substituted to \"true_value\".")
at Test.<anonymous> ( /css/css-values/if-cycle.html:30:7) |
|
Fail | CSS Values and Units Test: CSS if() function cycles 19 | assert_equals: "if(style(not (--x: var(--y))): true_value;
else: false_value)" should be substituted to "true_value". expected "true_value" but got "" at Test.<anonymous> (https://wpt.live/css/css-values/if-cycle.html:30:7)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at test_if (https://wpt.live/css/css-values/if-cycle.html:29:5)
at https://wpt.live/css/css-values/if-cycle.html:130:3 Asserts runFail | assert_equals("", "true_value", "\"if(style(not (--x: var(--y))): true_value;\n else: false_value)\" should be substituted to \"true_value\".")
at Test.<anonymous> ( /css/css-values/if-cycle.html:30:7) |
|
Fail | CSS Values and Units Test: CSS if() function cycles 20 | assert_equals: "if(style((--x) or (--y)): true_value;
else: false_value)" should be substituted to "true_value". expected "true_value" but got "if(style((--x) or (--y)): true_value;\n else: false_value)" at Test.<anonymous> (https://wpt.live/css/css-values/if-cycle.html:30:7)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at test_if (https://wpt.live/css/css-values/if-cycle.html:29:5)
at https://wpt.live/css/css-values/if-cycle.html:134:3 Asserts runFail | assert_equals("if(style((--x) or (--y)): true_value;\n else: false_value)", "true_value", "\"if(style((--x) or (--y)): true_value;\n else: false_value)\" should be substituted to \"true_value\".")
at Test.<anonymous> ( /css/css-values/if-cycle.html:30:7) |
|
Fail | CSS Values and Units Test: CSS if() function cycles 21 | assert_equals: "if(style((--x) and (--y)): true_value;
else: false_value)" should be substituted to "false_value". expected "false_value" but got "if(style((--x) and (--y)): true_value;\n else: false_value)" at Test.<anonymous> (https://wpt.live/css/css-values/if-cycle.html:30:7)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at test_if (https://wpt.live/css/css-values/if-cycle.html:29:5)
at https://wpt.live/css/css-values/if-cycle.html:138:3 Asserts runFail | assert_equals("if(style((--x) and (--y)): true_value;\n else: false_value)", "false_value", "\"if(style((--x) and (--y)): true_value;\n else: false_value)\" should be substituted to \"false_value\".")
at Test.<anonymous> ( /css/css-values/if-cycle.html:30:7) |
|
Fail | CSS Values and Units Test: CSS if() function cycles 22 | assert_equals: "if(style((not (--z)) or (--y)): true_value;
else: false_value)" should be substituted to "true_value". expected "true_value" but got "if(style((not (--z)) or (--y)): true_value;\n else: false_value)" at Test.<anonymous> (https://wpt.live/css/css-values/if-cycle.html:30:7)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at test_if (https://wpt.live/css/css-values/if-cycle.html:29:5)
at https://wpt.live/css/css-values/if-cycle.html:142:3 Asserts runFail | assert_equals("if(style((not (--z)) or (--y)): true_value;\n else: false_value)", "true_value", "\"if(style((not (--z)) or (--y)): true_value;\n else: false_value)\" should be substituted to \"true_value\".")
at Test.<anonymous> ( /css/css-values/if-cycle.html:30:7) |
|
Fail | CSS Values and Units Test: CSS if() function cycles 23 | assert_equals: "if(style((not (--z)) and (--y)): true_value;
else: false_value)" should be substituted to "true_value". expected "true_value" but got "if(style((not (--z)) and (--y)): true_value;\n else: false_value)" at Test.<anonymous> (https://wpt.live/css/css-values/if-cycle.html:30:7)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at test_if (https://wpt.live/css/css-values/if-cycle.html:29:5)
at https://wpt.live/css/css-values/if-cycle.html:146:3 Asserts runFail | assert_equals("if(style((not (--z)) and (--y)): true_value;\n else: false_value)", "true_value", "\"if(style((not (--z)) and (--y)): true_value;\n else: false_value)\" should be substituted to \"true_value\".")
at Test.<anonymous> ( /css/css-values/if-cycle.html:30:7) |
|
Fail | CSS Values and Units Test: CSS if() function cycles 24 | assert_equals: "if(style(--x: 3): true_value;
else: false_value)" should be substituted to "false_value". expected "false_value" but got "if(style(--x: 3): true_value;\n else: false_value)" at Test.<anonymous> (https://wpt.live/css/css-values/if-cycle.html:30:7)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at test_if (https://wpt.live/css/css-values/if-cycle.html:29:5)
at https://wpt.live/css/css-values/if-cycle.html:153:3 Asserts runFail | assert_equals("if(style(--x: 3): true_value;\n else: false_value)", "false_value", "\"if(style(--x: 3): true_value;\n else: false_value)\" should be substituted to \"false_value\".")
at Test.<anonymous> ( /css/css-values/if-cycle.html:30:7) |
|
Fail | CSS Values and Units Test: CSS if() function cycles 25 | assert_equals: "if(style(--x: 3): true_value;
else: false_value)" should be substituted to "false_value". expected "false_value" but got "if(style(--x: 3): true_value;\n else: false_value)" at Test.<anonymous> (https://wpt.live/css/css-values/if-cycle.html:30:7)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at test_if (https://wpt.live/css/css-values/if-cycle.html:29:5)
at https://wpt.live/css/css-values/if-cycle.html:159:3 Asserts runFail | assert_equals("if(style(--x: 3): true_value;\n else: false_value)", "false_value", "\"if(style(--x: 3): true_value;\n else: false_value)\" should be substituted to \"false_value\".")
at Test.<anonymous> ( /css/css-values/if-cycle.html:30:7) |
|
Fail | CSS Values and Units Test: CSS if() function cycles 26 | assert_equals: "if(style(--x: var(--y)): true_value;
else: false_value)" should be substituted to "false_value". expected "false_value" but got "" at Test.<anonymous> (https://wpt.live/css/css-values/if-cycle.html:30:7)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at test_if (https://wpt.live/css/css-values/if-cycle.html:29:5)
at https://wpt.live/css/css-values/if-cycle.html:165:3 Asserts runFail | assert_equals("", "false_value", "\"if(style(--x: var(--y)): true_value;\n else: false_value)\" should be substituted to \"false_value\".")
at Test.<anonymous> ( /css/css-values/if-cycle.html:30:7) |
|
Fail | CSS Values and Units Test: CSS if() function cycles 27 | assert_equals: "if(style(--x: var(--y)): true_value;
else: false_value)" should be substituted to "false_value". expected "false_value" but got "" at Test.<anonymous> (https://wpt.live/css/css-values/if-cycle.html:30:7)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at test_if (https://wpt.live/css/css-values/if-cycle.html:29:5)
at https://wpt.live/css/css-values/if-cycle.html:169:3 Asserts runFail | assert_equals("", "false_value", "\"if(style(--x: var(--y)): true_value;\n else: false_value)\" should be substituted to \"false_value\".")
at Test.<anonymous> ( /css/css-values/if-cycle.html:30:7) |
|
Fail | CSS Values and Units Test: CSS if() function cycles 28 | assert_equals: "if(style(--x: attr(data-foo type(*))): true_value;
else: false_value)" should be substituted to "false_value". expected "false_value" but got "if(style(--x: attr(data-foo type(*))): true_value;\n else: false_value)" at Test.<anonymous> (https://wpt.live/css/css-values/if-cycle.html:30:7)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at test_if (https://wpt.live/css/css-values/if-cycle.html:29:5)
at https://wpt.live/css/css-values/if-cycle.html:176:3 Asserts runFail | assert_equals("if(style(--x: attr(data-foo type(*))): true_value;\n else: false_value)", "false_value", "\"if(style(--x: attr(data-foo type(*))): true_value;\n else: false_value)\" should be substituted to \"false_value\".")
at Test.<anonymous> ( /css/css-values/if-cycle.html:30:7) |
|
Fail | CSS Values and Units Test: CSS if() function cycles 29 | assert_equals: "if(style(--x: attr(data-foo, var(--y))): true_value;
else: false_value)" should be substituted to "false_value". expected "false_value" but got "" at Test.<anonymous> (https://wpt.live/css/css-values/if-cycle.html:30:7)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at test_if (https://wpt.live/css/css-values/if-cycle.html:29:5)
at https://wpt.live/css/css-values/if-cycle.html:182:3 Asserts runFail | assert_equals("", "false_value", "\"if(style(--x: attr(data-foo, var(--y))): true_value;\n else: false_value)\" should be substituted to \"false_value\".")
at Test.<anonymous> ( /css/css-values/if-cycle.html:30:7) |
|
Fail | CSS Values and Units Test: CSS if() function cycles 30 | assert_equals: "if(style(--x: 0): value1; style(--prop): value2)" should be substituted to "value1". expected "value1" but got "if(style(--x: 0): value1; style(--prop): value2)" at Test.<anonymous> (https://wpt.live/css/css-values/if-cycle.html:30:7)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at test_if (https://wpt.live/css/css-values/if-cycle.html:29:5)
at https://wpt.live/css/css-values/if-cycle.html:188:3 Asserts runFail | assert_equals("if(style(--x: 0): value1; style(--prop): value2)", "value1", "\"if(style(--x: 0): value1; style(--prop): value2)\" should be substituted to \"value1\".")
at Test.<anonymous> ( /css/css-values/if-cycle.html:30:7) |
|
Fail | CSS Values and Units Test: CSS if() function cycles 31 | assert_equals: "if(style(--x: 3): value1;
style(--y: 3): value2;
else: value3)" should be substituted to "value1". expected "value1" but got "if(style(--x: 3): value1;\n style(--y: 3): value2;\n else: value3)" at Test.<anonymous> (https://wpt.live/css/css-values/if-cycle.html:30:7)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at test_if (https://wpt.live/css/css-values/if-cycle.html:29:5)
at https://wpt.live/css/css-values/if-cycle.html:191:3 Asserts runFail | assert_equals("if(style(--x: 3): value1;\n style(--y: 3): value2;\n else: value3)", "value1", "\"if(style(--x: 3): value1;\n style(--y: 3): value2;\n else: value3)\" should be substituted to \"value1\".")
at Test.<anonymous> ( /css/css-values/if-cycle.html:30:7) |
|
Fail | CSS Values and Units Test: CSS if() function cycles 32 | assert_equals: "if(style(--x: 0): value1; style(--y): value2)" should be substituted to "value1". expected "value1" but got "if(style(--x: 0): value1; style(--y): value2)" at Test.<anonymous> (https://wpt.live/css/css-values/if-cycle.html:30:7)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at test_if (https://wpt.live/css/css-values/if-cycle.html:29:5)
at https://wpt.live/css/css-values/if-cycle.html:198:3 Asserts runFail | assert_equals("if(style(--x: 0): value1; style(--y): value2)", "value1", "\"if(style(--x: 0): value1; style(--y): value2)\" should be substituted to \"value1\".")
at Test.<anonymous> ( /css/css-values/if-cycle.html:30:7) |
|
Fail | CSS Values and Units Test: CSS if() function cycles 33 | assert_equals: "if(style(--x: 3): value1;
style(--y: 3): value2;
else: value3)" should be substituted to "value1". expected "value1" but got "if(style(--x: 3): value1;\n style(--y: 3): value2;\n else: value3)" at Test.<anonymous> (https://wpt.live/css/css-values/if-cycle.html:30:7)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at test_if (https://wpt.live/css/css-values/if-cycle.html:29:5)
at https://wpt.live/css/css-values/if-cycle.html:201:3 Asserts runFail | assert_equals("if(style(--x: 3): value1;\n style(--y: 3): value2;\n else: value3)", "value1", "\"if(style(--x: 3): value1;\n style(--y: 3): value2;\n else: value3)\" should be substituted to \"value1\".")
at Test.<anonymous> ( /css/css-values/if-cycle.html:30:7) |
|
Fail | CSS Values and Units Test: CSS if() function cycles 34 | assert_equals: "if(style(--x: 0): var(--prop); else: value)" should be substituted to "value". expected "value" but got "" at Test.<anonymous> (https://wpt.live/css/css-values/if-cycle.html:30:7)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at test_if (https://wpt.live/css/css-values/if-cycle.html:29:5)
at https://wpt.live/css/css-values/if-cycle.html:208:3 Asserts runFail | assert_equals("", "value", "\"if(style(--x: 0): var(--prop); else: value)\" should be substituted to \"value\".")
at Test.<anonymous> ( /css/css-values/if-cycle.html:30:7) |
|
Fail | CSS Values and Units Test: CSS if() function cycles 35 | assert_equals: "if(style(--x: 0): value; else: var(--prop))" should be substituted to "value". expected "value" but got "" at Test.<anonymous> (https://wpt.live/css/css-values/if-cycle.html:30:7)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at test_if (https://wpt.live/css/css-values/if-cycle.html:29:5)
at https://wpt.live/css/css-values/if-cycle.html:211:3 Asserts runFail | assert_equals("", "value", "\"if(style(--x: 0): value; else: var(--prop))\" should be substituted to \"value\".")
at Test.<anonymous> ( /css/css-values/if-cycle.html:30:7) |
|
Fail | CSS Values and Units Test: CSS if() function cycles 36 | assert_equals: "if(style(--x: 3): value1;
style(--y: 3): var(--prop);
else: value3)" should be substituted to "value1". expected "value1" but got "" at Test.<anonymous> (https://wpt.live/css/css-values/if-cycle.html:30:7)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at test_if (https://wpt.live/css/css-values/if-cycle.html:29:5)
at https://wpt.live/css/css-values/if-cycle.html:214:3 Asserts runFail | assert_equals("", "value1", "\"if(style(--x: 3): value1;\n style(--y: 3): var(--prop);\n else: value3)\" should be substituted to \"value1\".")
at Test.<anonymous> ( /css/css-values/if-cycle.html:30:7) |
|
Fail | CSS Values and Units Test: CSS if() function cycles 37 | assert_equals: "if(style(--x: 3): var(--prop);
style(--y: 3): var(--prop);
else: value3)" should be substituted to "value3". expected "value3" but got "" at Test.<anonymous> (https://wpt.live/css/css-values/if-cycle.html:30:7)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at test_if (https://wpt.live/css/css-values/if-cycle.html:29:5)
at https://wpt.live/css/css-values/if-cycle.html:219:3 Asserts runFail | assert_equals("", "value3", "\"if(style(--x: 3): var(--prop);\n style(--y: 3): var(--prop);\n else: value3)\" should be substituted to \"value3\".")
at Test.<anonymous> ( /css/css-values/if-cycle.html:30:7) |
|
Fail | CSS Values and Units Test: CSS if() function cycles 38 | assert_equals: "if(style(--x: 3): var(--x);
else: value)" should be substituted to "3". expected "3" but got "if(style(--x: 3): 3;\n else: value)" at Test.<anonymous> (https://wpt.live/css/css-values/if-cycle.html:30:7)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at test_if (https://wpt.live/css/css-values/if-cycle.html:29:5)
at https://wpt.live/css/css-values/if-cycle.html:226:3 Asserts runFail | assert_equals("if(style(--x: 3): 3;\n else: value)", "3", "\"if(style(--x: 3): var(--x);\n else: value)\" should be substituted to \"3\".")
at Test.<anonymous> ( /css/css-values/if-cycle.html:30:7) |
|
Fail | CSS Values and Units Test: CSS if() function cycles 39 | assert_equals: "if(style(--x: var(--y)): var(--y);
else: value)" should be substituted to "3". expected "3" but got "if(style(--x: 3): 3;\n else: value)" at Test.<anonymous> (https://wpt.live/css/css-values/if-cycle.html:30:7)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at test_if (https://wpt.live/css/css-values/if-cycle.html:29:5)
at https://wpt.live/css/css-values/if-cycle.html:230:3 Asserts runFail | assert_equals("if(style(--x: 3): 3;\n else: value)", "3", "\"if(style(--x: var(--y)): var(--y);\n else: value)\" should be substituted to \"3\".")
at Test.<anonymous> ( /css/css-values/if-cycle.html:30:7) |
|
Fail | CSS Values and Units Test: CSS if() function cycles 40 | assert_equals: "if(style(--x: var(--x)): true_value;
else: false_value)" should be substituted to "true_value". expected "true_value" but got "if(style(--x: 3): true_value;\n else: false_value)" at Test.<anonymous> (https://wpt.live/css/css-values/if-cycle.html:30:7)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at test_if (https://wpt.live/css/css-values/if-cycle.html:29:5)
at https://wpt.live/css/css-values/if-cycle.html:234:3 Asserts runFail | assert_equals("if(style(--x: 3): true_value;\n else: false_value)", "true_value", "\"if(style(--x: var(--x)): true_value;\n else: false_value)\" should be substituted to \"true_value\".")
at Test.<anonymous> ( /css/css-values/if-cycle.html:30:7) |
|
Fail | CSS Values and Units Test: CSS if() function cycles 41 | assert_equals: "if(style(--non-existent: var(--non-existent)): true_value;
else: false_value)" should be substituted to "false_value". expected "false_value" but got "" at Test.<anonymous> (https://wpt.live/css/css-values/if-cycle.html:30:7)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at test_if (https://wpt.live/css/css-values/if-cycle.html:29:5)
at https://wpt.live/css/css-values/if-cycle.html:238:3 Asserts runFail | assert_equals("", "false_value", "\"if(style(--non-existent: var(--non-existent)): true_value;\n else: false_value)\" should be substituted to \"false_value\".")
at Test.<anonymous> ( /css/css-values/if-cycle.html:30:7) |
|
Fail | CSS Values and Units Test: CSS if() function cycles 42 | assert_equals: "if(style(--x: 3): true_value;
else: var(--x))" should be substituted to "1". expected "1" but got "if(style(--x: 3): true_value;\n else: 1)" at Test.<anonymous> (https://wpt.live/css/css-values/if-cycle.html:30:7)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at test_if (https://wpt.live/css/css-values/if-cycle.html:29:5)
at https://wpt.live/css/css-values/if-cycle.html:242:3 Asserts runFail | assert_equals("if(style(--x: 3): true_value;\n else: 1)", "1", "\"if(style(--x: 3): true_value;\n else: var(--x))\" should be substituted to \"1\".")
at Test.<anonymous> ( /css/css-values/if-cycle.html:30:7) |
|
Fail | CSS Values and Units Test: CSS if() function cycles 43 | assert_equals: "if(style(--x: var(--x)): value1;
style(--x: 3): value2;
else: value3;)" should be substituted to "value1". expected "value1" but got "if(style(--x: 3): value1;\n style(--x: 3): value2;\n else: value3;)" at Test.<anonymous> (https://wpt.live/css/css-values/if-cycle.html:30:7)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at test_if (https://wpt.live/css/css-values/if-cycle.html:29:5)
at https://wpt.live/css/css-values/if-cycle.html:246:3 Asserts runFail | assert_equals("if(style(--x: 3): value1;\n style(--x: 3): value2;\n else: value3;)", "value1", "\"if(style(--x: var(--x)): value1;\n style(--x: 3): value2;\n else: value3;)\" should be substituted to \"value1\".")
at Test.<anonymous> ( /css/css-values/if-cycle.html:30:7) |
|
Fail | CSS Values and Units Test: CSS if() function cycles 44 | assert_equals: "if(style(--x: var(--y)): value1;
style(--z: 3): value2;
else: value3;)" should be substituted to "value2". expected "value2" but got "" at Test.<anonymous> (https://wpt.live/css/css-values/if-cycle.html:30:7)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at test_if (https://wpt.live/css/css-values/if-cycle.html:29:5)
at https://wpt.live/css/css-values/if-cycle.html:251:3 Asserts runFail | assert_equals("", "value2", "\"if(style(--x: var(--y)): value1;\n style(--z: 3): value2;\n else: value3;)\" should be substituted to \"value2\".")
at Test.<anonymous> ( /css/css-values/if-cycle.html:30:7) |
|
Fail | CSS Values and Units Test: CSS if() function cycles 45 | assert_equals: "if(style(--z: var(--y)): value1;
style(--z: 3): value2;
else: value3;)" should be substituted to "value2". expected "value2" but got "" at Test.<anonymous> (https://wpt.live/css/css-values/if-cycle.html:30:7)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at test_if (https://wpt.live/css/css-values/if-cycle.html:29:5)
at https://wpt.live/css/css-values/if-cycle.html:256:3 Asserts runFail | assert_equals("", "value2", "\"if(style(--z: var(--y)): value1;\n style(--z: 3): value2;\n else: value3;)\" should be substituted to \"value2\".")
at Test.<anonymous> ( /css/css-values/if-cycle.html:30:7) |
|