Summary

Harness status: OK

Found 10 tests

Details

ResultTest NameMessage
PassProperty text-transform value 'none'
Asserts run
Pass
assert_true(true, "text-transform doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'none' is a supported value for text-transform.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("none", "none")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
PassProperty text-transform value 'capitalize'
Asserts run
Pass
assert_true(true, "text-transform doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'capitalize' is a supported value for text-transform.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("capitalize", "capitalize")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
PassProperty text-transform value 'uppercase'
Asserts run
Pass
assert_true(true, "text-transform doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'uppercase' is a supported value for text-transform.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("uppercase", "uppercase")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
PassProperty text-transform value 'lowercase'
Asserts run
Pass
assert_true(true, "text-transform doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'lowercase' is a supported value for text-transform.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("lowercase", "lowercase")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
FailProperty text-transform value 'full-width'assert_true: 'full-width' is a supported value for text-transform. 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-transform-computed.html:21:1
Asserts run
Pass
assert_true(true, "text-transform doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Fail
assert_true(false, "'full-width' is a supported value for text-transform.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
FailProperty text-transform value 'full-size-kana'assert_true: 'full-size-kana' is a supported value for text-transform. 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-transform-computed.html:22:1
Asserts run
Pass
assert_true(true, "text-transform doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Fail
assert_true(false, "'full-size-kana' is a supported value for text-transform.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
PassProperty text-transform value 'math-auto'
Asserts run
Pass
assert_true(true, "text-transform doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'math-auto' is a supported value for text-transform.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("math-auto", "math-auto")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
FailProperty text-transform value 'capitalize full-width'assert_true: 'capitalize full-width' is a supported value for text-transform. 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-transform-computed.html:25:1
Asserts run
Pass
assert_true(true, "text-transform doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Fail
assert_true(false, "'capitalize full-width' is a supported value for text-transform.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
FailProperty text-transform value 'full-width full-size-kana'assert_true: 'full-width full-size-kana' is a supported value for text-transform. 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-transform-computed.html:26:1
Asserts run
Pass
assert_true(true, "text-transform doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Fail
assert_true(false, "'full-width full-size-kana' is a supported value for text-transform.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
FailProperty text-transform value 'uppercase full-width full-size-kana'assert_true: 'uppercase full-width full-size-kana' is a supported value for text-transform. 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-transform-computed.html:28:1
Asserts run
Pass
assert_true(true, "text-transform doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Fail
assert_true(false, "'uppercase full-width full-size-kana' is a supported value for text-transform.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)