Pass | single value | Asserts runPass | assert_equals("yellow", "yellow")
at Test.<anonymous> ( /css/css-backgrounds/parsing/background-shorthand-serialization.html:17:5) |
|
Pass | multiple values | Asserts runPass | 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) |
|
Pass | multiple backgrounds | Asserts runPass | 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) |
|
Pass | background-size with non-initial background-position | Asserts runPass | 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) |
|
Fail | multiple backgrounds with varying values | assert_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 runFail | 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) |
|
Fail | all initial values | assert_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 runFail | assert_equals("padding-box border-box", "none")
at Test.<anonymous> ( /css/css-backgrounds/parsing/background-shorthand-serialization.html:44:5) |
|