Summary

Harness status: OK

Found 7 tests

Details

ResultTest NameMessage
PassProperty text-align value 'start'
Asserts run
Pass
assert_true(true, "text-align doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'start' is a supported value for text-align.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("start", "start")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
PassProperty text-align value 'end'
Asserts run
Pass
assert_true(true, "text-align doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'end' is a supported value for text-align.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("end", "end")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
PassProperty text-align value 'left'
Asserts run
Pass
assert_true(true, "text-align doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'left' is a supported value for text-align.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("left", "left")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
PassProperty text-align value 'right'
Asserts run
Pass
assert_true(true, "text-align doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'right' is a supported value for text-align.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("right", "right")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
PassProperty text-align value 'center'
Asserts run
Pass
assert_true(true, "text-align doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'center' is a supported value for text-align.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("center", "center")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
PassProperty text-align value 'justify'
Asserts run
Pass
assert_true(true, "text-align doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'justify' is a supported value for text-align.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("justify", "justify")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
FailProperty text-align value 'match-parent'assert_true: 'match-parent' is a supported value for text-align. 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-align-computed.html:28:1
Asserts run
Pass
assert_true(true, "text-align doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Fail
assert_true(false, "'match-parent' is a supported value for text-align.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)