Summary

Harness status: OK

Found 10 tests

Details

ResultTest NameMessage
PassProperty text-indent value '10px'
Asserts run
Pass
assert_true(true, "text-indent doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'10px' is a supported value for text-indent.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("10px", "10px")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
PassProperty text-indent value '20%'
Asserts run
Pass
assert_true(true, "text-indent doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'20%' is a supported value for text-indent.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("20%", "20%")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
PassProperty text-indent value 'calc(50% + 60px)'
Asserts run
Pass
assert_true(true, "text-indent 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% + 60px)' is a supported value for text-indent.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("calc(50% + 60px)", "calc(50% + 60px)")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
PassProperty text-indent value '-30px'
Asserts run
Pass
assert_true(true, "text-indent doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'-30px' is a supported value for text-indent.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("-30px", "-30px")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
PassProperty text-indent value '-40%'
Asserts run
Pass
assert_true(true, "text-indent doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'-40%' is a supported value for text-indent.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("-40%", "-40%")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
PassProperty text-indent value 'calc(10px - 0.5em)'
Asserts run
Pass
assert_true(true, "text-indent 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 - 0.5em)' is a supported value for text-indent.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("-10px", "-10px")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
Pass
assert_equals("-10px", "-10px", "computed value should round-trip")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:40:7)
FailProperty text-indent value '10px hanging'assert_true: '10px hanging' is a supported value for text-indent. expected true got false
    at Test.<anonymous> (http://wpt.live/css/support/computed-testcommon.js:25:5)
    at Test.step (http://wpt.live/resources/testharness.js:2642:25)
    at test (http://wpt.live/resources/testharness.js:633:30)
    at test_computed_value (http://wpt.live/css/support/computed-testcommon.js:22:3)
    at http://wpt.live/css/css-text/parsing/text-indent-computed.html:27:1
Asserts run
Pass
assert_true(true, "text-indent doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Fail
assert_true(false, "'10px hanging' is a supported value for text-indent.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
FailProperty text-indent value '20% each-line'assert_true: '20% each-line' is a supported value for text-indent. expected true got false
    at Test.<anonymous> (http://wpt.live/css/support/computed-testcommon.js:25:5)
    at Test.step (http://wpt.live/resources/testharness.js:2642:25)
    at test (http://wpt.live/resources/testharness.js:633:30)
    at test_computed_value (http://wpt.live/css/support/computed-testcommon.js:22:3)
    at http://wpt.live/css/css-text/parsing/text-indent-computed.html:28:1
Asserts run
Pass
assert_true(true, "text-indent doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Fail
assert_true(false, "'20% each-line' is a supported value for text-indent.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
FailProperty text-indent value 'calc(50% + 60px) hanging each-line'assert_true: 'calc(50% + 60px) hanging each-line' is a supported value for text-indent. expected true got false
    at Test.<anonymous> (http://wpt.live/css/support/computed-testcommon.js:25:5)
    at Test.step (http://wpt.live/resources/testharness.js:2642:25)
    at test (http://wpt.live/resources/testharness.js:633:30)
    at test_computed_value (http://wpt.live/css/support/computed-testcommon.js:22:3)
    at http://wpt.live/css/css-text/parsing/text-indent-computed.html:29:1
Asserts run
Pass
assert_true(true, "text-indent doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Fail
assert_true(false, "'calc(50% + 60px) hanging each-line' is a supported value for text-indent.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
FailProperty text-indent value 'each-line hanging calc(10px + 0.5em)'assert_true: 'each-line hanging calc(10px + 0.5em)' is a supported value for text-indent. expected true got false
    at Test.<anonymous> (http://wpt.live/css/support/computed-testcommon.js:25:5)
    at Test.step (http://wpt.live/resources/testharness.js:2642:25)
    at test (http://wpt.live/resources/testharness.js:633:30)
    at test_computed_value (http://wpt.live/css/support/computed-testcommon.js:22:3)
    at http://wpt.live/css/css-text/parsing/text-indent-computed.html:30:1
Asserts run
Pass
assert_true(true, "text-indent doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Fail
assert_true(false, "'each-line hanging calc(10px + 0.5em)' is a supported value for text-indent.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)