Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassTest that 'resize: block' is supported.
Asserts run
Pass
assert_equals("block", "block", "logical values in inline style, resize")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("block", "block", "logical values in computed style, resize")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
PassTest that 'resize: inline' is supported.
Asserts run
Pass
assert_equals("inline", "inline", "logical values in inline style, resize")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("inline", "inline", "logical values in computed style, resize")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)