Test passes if outline widths are rounded up when they are greater than 0px and less than 1px, and rounded down when they are greater than 1px.

Summary

Harness status: OK

Found 12 tests

Details

ResultTest NameMessage
Pass0px
Asserts run
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /css/css-ui/outline-width-rounding.tentative.html:49:9)
Pass0.1px
Asserts run
Pass
assert_equals("1px", "1px")
    at Test.<anonymous> ( /css/css-ui/outline-width-rounding.tentative.html:49:9)
Pass0.25px
Asserts run
Pass
assert_equals("1px", "1px")
    at Test.<anonymous> ( /css/css-ui/outline-width-rounding.tentative.html:49:9)
Pass0.5px
Asserts run
Pass
assert_equals("1px", "1px")
    at Test.<anonymous> ( /css/css-ui/outline-width-rounding.tentative.html:49:9)
Pass0.9px
Asserts run
Pass
assert_equals("1px", "1px")
    at Test.<anonymous> ( /css/css-ui/outline-width-rounding.tentative.html:49:9)
Pass1px
Asserts run
Pass
assert_equals("1px", "1px")
    at Test.<anonymous> ( /css/css-ui/outline-width-rounding.tentative.html:49:9)
Pass1.25px
Asserts run
Pass
assert_equals("1px", "1px")
    at Test.<anonymous> ( /css/css-ui/outline-width-rounding.tentative.html:49:9)
Pass1.5px
Asserts run
Pass
assert_equals("1px", "1px")
    at Test.<anonymous> ( /css/css-ui/outline-width-rounding.tentative.html:49:9)
Pass2px
Asserts run
Pass
assert_equals("2px", "2px")
    at Test.<anonymous> ( /css/css-ui/outline-width-rounding.tentative.html:49:9)
Pass2.75px
Asserts run
Pass
assert_equals("2px", "2px")
    at Test.<anonymous> ( /css/css-ui/outline-width-rounding.tentative.html:49:9)
Pass2.99px
Asserts run
Pass
assert_equals("2px", "2px")
    at Test.<anonymous> ( /css/css-ui/outline-width-rounding.tentative.html:49:9)
Pass3px
Asserts run
Pass
assert_equals("3px", "3px")
    at Test.<anonymous> ( /css/css-ui/outline-width-rounding.tentative.html:49:9)