Summary

Harness status: OK

Found 6 tests

Details

ResultTest NameMessage
Passsingle value
Asserts run
Pass
assert_equals("yellow", "yellow")
    at Test.<anonymous> ( /css/css-backgrounds/parsing/background-shorthand-serialization.html:17:5)
Passmultiple values
Asserts run
Pass
assert_equals("url(\"/favicon.ico\") no-repeat", "url(\"/favicon.ico\") no-repeat")
    at Test.<anonymous> ( /css/css-backgrounds/parsing/background-shorthand-serialization.html:22:5)
Passmultiple backgrounds
Asserts run
Pass
assert_equals("url(\"/favicon.ico\") no-repeat, url(\"/favicon.ico\") no-repeat", "url(\"/favicon.ico\") no-repeat, url(\"/favicon.ico\") no-repeat")
    at Test.<anonymous> ( /css/css-backgrounds/parsing/background-shorthand-serialization.html:27:5)
Passbackground-size with non-initial background-position
Asserts run
Pass
assert_equals("url(\"/favicon.ico\") 0% 0% / 10rem", "url(\"/favicon.ico\") 0% 0% / 10rem")
    at Test.<anonymous> ( /css/css-backgrounds/parsing/background-shorthand-serialization.html:32:5)
Failmultiple backgrounds with varying valuesassert_equals: expected "url(\"/favicon.ico\") left top no-repeat, url(\"/favicon.ico\") center center / 100% 100% no-repeat, white url(\"/favicon.ico\")" but got "url(\"/favicon.ico\") left top no-repeat, url(\"/favicon.ico\") center center / 100% 100% no-repeat, url(\"/favicon.ico\") white"
    at Test.<anonymous> (https://www2.wpt.live/css/css-backgrounds/parsing/background-shorthand-serialization.html:39:5)
    at Test.step (https://www2.wpt.live/resources/testharness.js:2638:25)
    at test (https://www2.wpt.live/resources/testharness.js:633:30)
    at https://www2.wpt.live/css/css-backgrounds/parsing/background-shorthand-serialization.html:35:3
Asserts run
Fail
assert_equals("url(\"/favicon.ico\") left top no-repeat, url(\"/favicon.ico\") center center / 100% 100% no-repeat, url(\"/favicon.ico\") white", "url(\"/favicon.ico\") left top no-repeat, url(\"/favicon.ico\") center center / 100% 100% no-repeat, white url(\"/favicon.ico\")")
    at Test.<anonymous> ( /css/css-backgrounds/parsing/background-shorthand-serialization.html:39:5)
Failall initial valuesassert_equals: expected "none" but got "padding-box border-box"
    at Test.<anonymous> (https://www2.wpt.live/css/css-backgrounds/parsing/background-shorthand-serialization.html:44:5)
    at Test.step (https://www2.wpt.live/resources/testharness.js:2638:25)
    at test (https://www2.wpt.live/resources/testharness.js:633:30)
    at https://www2.wpt.live/css/css-backgrounds/parsing/background-shorthand-serialization.html:42:3
Asserts run
Fail
assert_equals("padding-box border-box", "none")
    at Test.<anonymous> ( /css/css-backgrounds/parsing/background-shorthand-serialization.html:44:5)