Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
PassProperty -webkit-text-stroke value 'green'
Asserts run
Pass
assert_true(true, "-webkit-text-stroke doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'green' is a supported value for -webkit-text-stroke.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("0px rgb(0, 128, 0)", "0px rgb(0, 128, 0)")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
Pass
assert_equals("0px rgb(0, 128, 0)", "0px rgb(0, 128, 0)", "computed value should round-trip")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:40:7)
PassProperty -webkit-text-stroke value '3px'
Asserts run
Pass
assert_true(true, "-webkit-text-stroke doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'3px' is a supported value for -webkit-text-stroke.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("3px rgb(0, 255, 0)", "3px rgb(0, 255, 0)")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
Pass
assert_equals("3px rgb(0, 255, 0)", "3px rgb(0, 255, 0)", "computed value should round-trip")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:40:7)
PassProperty -webkit-text-stroke value '1px red'
Asserts run
Pass
assert_true(true, "-webkit-text-stroke doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'1px red' is a supported value for -webkit-text-stroke.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("1px rgb(255, 0, 0)", "1px rgb(255, 0, 0)")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
Pass
assert_equals("1px rgb(255, 0, 0)", "1px rgb(255, 0, 0)", "computed value should round-trip")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:40:7)