Summary

Harness status: OK

Found 15 tests

Details

ResultTest NameMessage
PassProperty text-underline-offset value 'auto'
Asserts run
Pass
assert_true(true, "text-underline-offset doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'auto' is a supported value for text-underline-offset.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
PassProperty text-underline-offset value 'calc(10px - 8px)'
Asserts run
Pass
assert_true(true, "text-underline-offset doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'calc(10px - 8px)' is a supported value for text-underline-offset.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("2px", "2px")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
Pass
assert_equals("2px", "2px", "computed value should round-trip")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:40:7)
PassProperty text-underline-offset value '32px'
Asserts run
Pass
assert_true(true, "text-underline-offset doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'32px' is a supported value for text-underline-offset.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("32px", "32px")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
PassProperty text-underline-offset value '2em'
Asserts run
Pass
assert_true(true, "text-underline-offset doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'2em' is a supported value for text-underline-offset.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("32px", "32px")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
Pass
assert_equals("32px", "32px", "computed value should round-trip")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:40:7)
PassProperty text-underline-offset value '200%'
Asserts run
Pass
assert_true(true, "text-underline-offset doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'200%' is a supported value for text-underline-offset.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
PassProperty text-underline-offset value 'calc(2em - 0px)'
Asserts run
Pass
assert_true(true, "text-underline-offset doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'calc(2em - 0px)' is a supported value for text-underline-offset.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("32px", "32px")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
Pass
assert_equals("32px", "32px", "computed value should round-trip")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:40:7)
PassProperty text-underline-offset value 'calc(200% - 0px)'
Asserts run
Pass
assert_true(true, "text-underline-offset doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'calc(200% - 0px)' is a supported value for text-underline-offset.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
Pass
assert_equals("200%", "200%", "computed value should round-trip")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:40:7)
PassProperty text-underline-offset value 'calc(0.5em - 0px)'
Asserts run
Pass
assert_true(true, "text-underline-offset doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'calc(0.5em - 0px)' is a supported value for text-underline-offset.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("8px", "8px")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
Pass
assert_equals("8px", "8px", "computed value should round-trip")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:40:7)
PassProperty text-underline-offset value 'calc(50% - 0px)'
Asserts run
Pass
assert_true(true, "text-underline-offset doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'calc(50% - 0px)' is a supported value for text-underline-offset.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("50%", "50%")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
Pass
assert_equals("50%", "50%", "computed value should round-trip")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:40:7)
PassProperty text-underline-offset value 'calc(2em - 8px)'
Asserts run
Pass
assert_true(true, "text-underline-offset doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'calc(2em - 8px)' is a supported value for text-underline-offset.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("24px", "24px")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
Pass
assert_equals("24px", "24px", "computed value should round-trip")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:40:7)
PassProperty text-underline-offset value 'calc(2em - 0.5em)'
Asserts run
Pass
assert_true(true, "text-underline-offset doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'calc(2em - 0.5em)' is a supported value for text-underline-offset.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("24px", "24px")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
Pass
assert_equals("24px", "24px", "computed value should round-trip")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:40:7)
PassProperty text-underline-offset value 'calc(2em - 50%)'
Asserts run
Pass
assert_true(true, "text-underline-offset doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'calc(2em - 50%)' is a supported value for text-underline-offset.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("calc(-50% + 32px)", "calc(-50% + 32px)")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
Pass
assert_equals("calc(-50% + 32px)", "calc(-50% + 32px)", "computed value should round-trip")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:40:7)
PassProperty text-underline-offset value 'calc(200% - 8px)'
Asserts run
Pass
assert_true(true, "text-underline-offset doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'calc(200% - 8px)' is a supported value for text-underline-offset.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("calc(200% - 8px)", "calc(200% - 8px)")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
PassProperty text-underline-offset value 'calc(200% - 0.5em)'
Asserts run
Pass
assert_true(true, "text-underline-offset doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'calc(200% - 0.5em)' is a supported value for text-underline-offset.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("calc(200% - 8px)", "calc(200% - 8px)")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
Pass
assert_equals("calc(200% - 8px)", "calc(200% - 8px)", "computed value should round-trip")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:40:7)
PassProperty text-underline-offset value 'calc(200% - 50%)'
Asserts run
Pass
assert_true(true, "text-underline-offset doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'calc(200% - 50%)' is a supported value for text-underline-offset.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("150%", "150%")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
Pass
assert_equals("150%", "150%", "computed value should round-trip")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:40:7)