Summary

Harness status: OK

Found 16 tests

Details

ResultTest NameMessage
Passe.style['opacity'] = "1" should set the property value
Asserts run
Pass
assert_not_equals("1", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("1", "1", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("1", "1", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
Passe.style['opacity'] = "0.5" should set the property value
Asserts run
Pass
assert_not_equals("0.5", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("0.5", "0.5", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("0.5", "0.5", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
Passe.style['opacity'] = "0" should set the property value
Asserts run
Pass
assert_not_equals("0", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("0", "0", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("0", "0", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
Passe.style['opacity'] = "-2" should set the property value
Asserts run
Pass
assert_not_equals("-2", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("-2", "-2", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("-2", "-2", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
Passe.style['opacity'] = "3" should set the property value
Asserts run
Pass
assert_not_equals("3", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("3", "3", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("3", "3", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
Passe.style['opacity'] = "-100%" should set the property value
Asserts run
Pass
assert_not_equals("-1", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("-1", "-1", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("-1", "-1", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
Passe.style['opacity'] = "50%" should set the property value
Asserts run
Pass
assert_not_equals("0.5", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("0.5", "0.5", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("0.5", "0.5", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
Passe.style['opacity'] = "300%" should set the property value
Asserts run
Pass
assert_not_equals("3", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("3", "3", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("3", "3", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
Faile.style['opacity'] = "clamp(50%, 0%, 70%)" should set the property valueassert_equals: serialization should be canonical expected "calc(0.5)" but got "0.5"
    at Test.<anonymous> (http://wpt.live/css/support/parsing-testcommon.js:34:13)
    at Test.step (http://wpt.live/resources/testharness.js:2642:25)
    at test (http://wpt.live/resources/testharness.js:633:30)
    at test_valid_value (http://wpt.live/css/support/parsing-testcommon.js:23:5)
    at http://wpt.live/css/css-color/parsing/opacity-valid.html:23:1
Asserts run
Pass
assert_not_equals("0.5", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Fail
assert_equals("0.5", "calc(0.5)", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Faile.style['opacity'] = "clamp(50%, 80%, 70%)" should set the property valueassert_equals: serialization should be canonical expected "calc(0.7)" but got "0.7"
    at Test.<anonymous> (http://wpt.live/css/support/parsing-testcommon.js:34:13)
    at Test.step (http://wpt.live/resources/testharness.js:2642:25)
    at test (http://wpt.live/resources/testharness.js:633:30)
    at test_valid_value (http://wpt.live/css/support/parsing-testcommon.js:23:5)
    at http://wpt.live/css/css-color/parsing/opacity-valid.html:24:1
Asserts run
Pass
assert_not_equals("0.7", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Fail
assert_equals("0.7", "calc(0.7)", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Faile.style['opacity'] = "clamp(50%, 60%, 70%)" should set the property valueassert_equals: serialization should be canonical expected "calc(0.6)" but got "0.6"
    at Test.<anonymous> (http://wpt.live/css/support/parsing-testcommon.js:34:13)
    at Test.step (http://wpt.live/resources/testharness.js:2642:25)
    at test (http://wpt.live/resources/testharness.js:633:30)
    at test_valid_value (http://wpt.live/css/support/parsing-testcommon.js:23:5)
    at http://wpt.live/css/css-color/parsing/opacity-valid.html:25:1
Asserts run
Pass
assert_not_equals("0.6", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Fail
assert_equals("0.6", "calc(0.6)", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Faile.style['opacity'] = "min(50%, 0%)" should set the property valueassert_equals: serialization should be canonical expected "calc(0)" but got "0"
    at Test.<anonymous> (http://wpt.live/css/support/parsing-testcommon.js:34:13)
    at Test.step (http://wpt.live/resources/testharness.js:2642:25)
    at test (http://wpt.live/resources/testharness.js:633:30)
    at test_valid_value (http://wpt.live/css/support/parsing-testcommon.js:23:5)
    at http://wpt.live/css/css-color/parsing/opacity-valid.html:26:1
Asserts run
Pass
assert_not_equals("0", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Fail
assert_equals("0", "calc(0)", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Faile.style['opacity'] = "min(0%, 50%)" should set the property valueassert_equals: serialization should be canonical expected "calc(0)" but got "0"
    at Test.<anonymous> (http://wpt.live/css/support/parsing-testcommon.js:34:13)
    at Test.step (http://wpt.live/resources/testharness.js:2642:25)
    at test (http://wpt.live/resources/testharness.js:633:30)
    at test_valid_value (http://wpt.live/css/support/parsing-testcommon.js:23:5)
    at http://wpt.live/css/css-color/parsing/opacity-valid.html:27:1
Asserts run
Pass
assert_not_equals("0", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Fail
assert_equals("0", "calc(0)", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Faile.style['opacity'] = "max(50%, 0%)" should set the property valueassert_equals: serialization should be canonical expected "calc(0.5)" but got "0.5"
    at Test.<anonymous> (http://wpt.live/css/support/parsing-testcommon.js:34:13)
    at Test.step (http://wpt.live/resources/testharness.js:2642:25)
    at test (http://wpt.live/resources/testharness.js:633:30)
    at test_valid_value (http://wpt.live/css/support/parsing-testcommon.js:23:5)
    at http://wpt.live/css/css-color/parsing/opacity-valid.html:28:1
Asserts run
Pass
assert_not_equals("0.5", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Fail
assert_equals("0.5", "calc(0.5)", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Faile.style['opacity'] = "max(0%, 50%)" should set the property valueassert_equals: serialization should be canonical expected "calc(0.5)" but got "0.5"
    at Test.<anonymous> (http://wpt.live/css/support/parsing-testcommon.js:34:13)
    at Test.step (http://wpt.live/resources/testharness.js:2642:25)
    at test (http://wpt.live/resources/testharness.js:633:30)
    at test_valid_value (http://wpt.live/css/support/parsing-testcommon.js:23:5)
    at http://wpt.live/css/css-color/parsing/opacity-valid.html:29:1
Asserts run
Pass
assert_not_equals("0.5", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Fail
assert_equals("0.5", "calc(0.5)", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Faile.style['opacity'] = "min(-40%, 50%)" should set the property valueassert_equals: serialization should be canonical expected "calc(-0.4)" but got "-0.4"
    at Test.<anonymous> (http://wpt.live/css/support/parsing-testcommon.js:34:13)
    at Test.step (http://wpt.live/resources/testharness.js:2642:25)
    at test (http://wpt.live/resources/testharness.js:633:30)
    at test_valid_value (http://wpt.live/css/support/parsing-testcommon.js:23:5)
    at http://wpt.live/css/css-color/parsing/opacity-valid.html:30:1
Asserts run
Pass
assert_not_equals("-0.4", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Fail
assert_equals("-0.4", "calc(-0.4)", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)