Summary

Harness status: OK

Found 8 tests

Details

ResultTest NameMessage
PassProperty text-align-last value 'auto'
Asserts run
Pass
assert_true(true, "text-align-last 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-align-last.")
    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-align-last value 'start'
Asserts run
Pass
assert_true(true, "text-align-last 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-last.")
    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-last value 'end'
Asserts run
Pass
assert_true(true, "text-align-last 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-last.")
    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-last value 'left'
Asserts run
Pass
assert_true(true, "text-align-last 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-last.")
    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-last value 'right'
Asserts run
Pass
assert_true(true, "text-align-last 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-last.")
    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-last value 'center'
Asserts run
Pass
assert_true(true, "text-align-last 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-last.")
    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-last value 'justify'
Asserts run
Pass
assert_true(true, "text-align-last 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-last.")
    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-last value 'match-parent'assert_true: 'match-parent' is a supported value for text-align-last. 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-last-computed.html:22:1
Asserts run
Pass
assert_true(true, "text-align-last 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-last.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)