Summary

Harness status: OK

Found 4 tests

Details

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