Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassProperty image-orientation value 'from-image'
Asserts run
Pass
assert_true(true, "image-orientation doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'from-image' is a supported value for image-orientation.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("from-image", "from-image")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
PassProperty image-orientation value 'none'
Asserts run
Pass
assert_true(true, "image-orientation 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 image-orientation.")
    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)