Pass | Resolution of width is correct when pseudo-element argument is ignored (due to no colon) | Asserts runPass | assert_equals("321px", "321px")
at Test.<anonymous> ( /css/cssom/getComputedStyle-pseudo-checkmark.html:34:3) |
|
Pass | Resolution of width is correct when pseudo-element argument is ignored (due to single-colon) | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /css/cssom/getComputedStyle-pseudo-checkmark.html:39:3) |
|
Fail | Resolution of width is correct for pseudo-element (due to double-colon) | assert_equals: expected "13px" but got "" at Test.<anonymous> (https://www1.wpt.live/css/cssom/getComputedStyle-pseudo-checkmark.html:44:3)
at Test.step (https://www1.wpt.live/resources/testharness.js:2684:25)
at test (https://www1.wpt.live/resources/testharness.js:633:30)
at https://www1.wpt.live/css/cssom/getComputedStyle-pseudo-checkmark.html:42:1 Asserts runFail | assert_equals("", "13px")
at Test.<anonymous> ( /css/cssom/getComputedStyle-pseudo-checkmark.html:44:3) |
|