Summary

Harness status: OK

Found 15 tests

Details

ResultTest NameMessage
Faile.style['background-position-x'] = "center" should set the property valueassert_equals: serialization should be canonical expected "center" but got "50%"
    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-backgrounds/parsing/background-position-x-valid.html:14:1
Asserts run
Pass
assert_not_equals("50%", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Fail
assert_equals("50%", "center", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Faile.style['background-position-x'] = "left" should set the property valueassert_equals: serialization should be canonical expected "left" 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-backgrounds/parsing/background-position-x-valid.html:15: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%", "left", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Faile.style['background-position-x'] = "right" should set the property valueassert_equals: serialization should be canonical expected "right" but got "100%"
    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-backgrounds/parsing/background-position-x-valid.html:16:1
Asserts run
Pass
assert_not_equals("100%", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Fail
assert_equals("100%", "right", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Faile.style['background-position-x'] = "x-start" should set the property valueassert_not_equals: property should be set got disallowed value ""
    at Test.<anonymous> (http://wpt.live/css/support/parsing-testcommon.js:28:9)
    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-backgrounds/parsing/background-position-x-valid.html:17:1
Asserts run
Fail
assert_not_equals("", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Faile.style['background-position-x'] = "x-end" should set the property valueassert_not_equals: property should be set got disallowed value ""
    at Test.<anonymous> (http://wpt.live/css/support/parsing-testcommon.js:28:9)
    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-backgrounds/parsing/background-position-x-valid.html:18:1
Asserts run
Fail
assert_not_equals("", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Passe.style['background-position-x'] = "-20%" should set the property value
Asserts run
Pass
assert_not_equals("-20%", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("-20%", "-20%", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("-20%", "-20%", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
Passe.style['background-position-x'] = "10px" should set the property value
Asserts run
Pass
assert_not_equals("10px", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("10px", "10px", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("10px", "10px", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
Passe.style['background-position-x'] = "0.5em" should set the property value
Asserts run
Pass
assert_not_equals("0.5em", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("0.5em", "0.5em", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("0.5em", "0.5em", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
Passe.style['background-position-x'] = "calc(10px - 0.5em)" should set the property value
Asserts run
Pass
assert_not_equals("calc(-0.5em + 10px)", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("calc(-0.5em + 10px)", "calc(-0.5em + 10px)", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("calc(-0.5em + 10px)", "calc(-0.5em + 10px)", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
Faile.style['background-position-x'] = "left -20%" should set the property valueassert_not_equals: property should be set got disallowed value ""
    at Test.<anonymous> (http://wpt.live/css/support/parsing-testcommon.js:28:9)
    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-backgrounds/parsing/background-position-x-valid.html:23:1
Asserts run
Fail
assert_not_equals("", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Faile.style['background-position-x'] = "right 10px" should set the property valueassert_not_equals: property should be set got disallowed value ""
    at Test.<anonymous> (http://wpt.live/css/support/parsing-testcommon.js:28:9)
    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-backgrounds/parsing/background-position-x-valid.html:24:1
Asserts run
Fail
assert_not_equals("", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Passe.style['background-position-x'] = "-20%, 10px" should set the property value
Asserts run
Pass
assert_not_equals("-20%, 10px", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("-20%, 10px", "-20%, 10px", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("-20%, 10px", "-20%, 10px", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
Faile.style['background-position-x'] = "center, left, right" should set the property valueassert_equals: serialization should be canonical expected "center, left, right" but got "50%, 0%, 100%"
    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-backgrounds/parsing/background-position-x-valid.html:26:1
Asserts run
Pass
assert_not_equals("50%, 0%, 100%", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Fail
assert_equals("50%, 0%, 100%", "center, left, right", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Faile.style['background-position-x'] = "0.5em, x-start, x-end" should set the property valueassert_not_equals: property should be set got disallowed value ""
    at Test.<anonymous> (http://wpt.live/css/support/parsing-testcommon.js:28:9)
    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-backgrounds/parsing/background-position-x-valid.html:27:1
Asserts run
Fail
assert_not_equals("", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Faile.style['background-position-x'] = "calc(10px - 0.5em), left -20%, right 10px" should set the property valueassert_not_equals: property should be set got disallowed value ""
    at Test.<anonymous> (http://wpt.live/css/support/parsing-testcommon.js:28:9)
    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-backgrounds/parsing/background-position-x-valid.html:28:1
Asserts run
Fail
assert_not_equals("", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)