Pass | Test that 'clear: inline-start' is supported. | Asserts runPass | 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) |
|
Pass | Test that 'clear: inline-end' is supported. | Asserts runPass | 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) |
|
Pass | Test that 'float: inline-start' is supported. | Asserts runPass | 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) |
|
Pass | Test that 'float: inline-end' is supported. | Asserts runPass | 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) |
|