Pass | Test that logical border-*-width properties are supported. | Asserts runPass | assert_equals("1px", "1px", "logical properties in inline style, border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "logical properties in inline style, border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "logical properties in inline style, border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "logical properties in inline style, border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) |
|
Pass | Test that border-inline-width shorthand sets longhands and serializes correctly. | Asserts runPass | assert_equals("1px 2px", "1px 2px", "shorthand in inline style, border-inline-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "shorthand in inline style, border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "shorthand in inline style, border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px 2px", "1px 2px", "shorthand in computed style, border-inline-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "shorthand in computed style, border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "shorthand in computed style, border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) |
|
Pass | Test that border-block-width shorthand sets longhands and serializes correctly. | Asserts runPass | assert_equals("1px 2px", "1px 2px", "shorthand in inline style, border-block-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "shorthand in inline style, border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "shorthand in inline style, border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px 2px", "1px 2px", "shorthand in computed style, border-block-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "shorthand in computed style, border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "shorthand in computed style, border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) |
|
Pass | Test that border-width shorthand sets longhands and serializes correctly. | Asserts runPass | assert_equals("1px 2px 3px 4px", "1px 2px 3px 4px", "shorthand in inline style, border-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "shorthand in inline style, border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "shorthand in inline style, border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "shorthand in inline style, border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "shorthand in inline style, border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px 2px 3px 4px", "1px 2px 3px 4px", "shorthand in computed style, border-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "shorthand in computed style, border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "shorthand in computed style, border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "shorthand in computed style, border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "shorthand in computed style, border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) |
|
Pass | Test that logical border-*-width properties share computed values with their physical associates, with 'writing-mode: horizontal-tb; direction: ltr; '. | Asserts runPass | assert_equals("1px", "1px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) |
|
Pass | Test that border-*-width shorthands set the computed value of both logical and physical longhands, with 'writing-mode: horizontal-tb; direction: ltr; '. | Asserts runPass | assert_equals("1px", "1px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) |
|
Pass | Test that border-*-width properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: horizontal-tb; direction: ltr; '. | Asserts runPass | assert_equals("5px", "5px", "'border-inline-start-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-inline-start-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-inline-start-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-inline-start-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-inline-start-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-inline-start-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-inline-start-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-inline-start-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-inline-end-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-inline-end-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-inline-end-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-inline-end-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-inline-end-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-inline-end-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-inline-end-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-inline-end-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-block-start-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-block-start-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-block-start-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-block-start-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-block-start-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-block-start-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-block-start-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-block-start-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-block-end-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-block-end-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-block-end-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-block-end-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-block-end-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-block-end-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-block-end-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-block-end-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-left-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-left-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-left-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-left-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-left-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-left-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-left-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-left-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-right-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-right-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-right-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-right-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-right-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-right-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-right-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-right-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-top-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-top-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-top-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-top-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-top-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-top-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-top-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-top-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-bottom-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-bottom-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-bottom-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-bottom-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-bottom-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-bottom-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-bottom-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-bottom-width' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) |
|
Pass | Test that border-*-width properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: horizontal-tb; direction: ltr; '. | Asserts runPass | assert_equals("5px", "5px", "'border-inline-start-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-inline-start-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-inline-start-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-inline-start-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-inline-start-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-inline-start-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-inline-start-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-inline-start-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-inline-end-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-inline-end-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-inline-end-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-inline-end-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-inline-end-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-inline-end-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-inline-end-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-inline-end-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-block-start-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-block-start-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-block-start-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-block-start-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-block-start-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-block-start-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-block-start-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-block-start-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-block-end-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-block-end-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-block-end-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-block-end-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-block-end-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-block-end-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-block-end-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-block-end-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-left-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-left-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-left-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-left-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-left-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-left-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-left-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-left-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-right-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-right-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-right-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-right-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-right-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-right-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-right-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-right-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-top-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-top-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-top-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-top-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-top-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-top-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-top-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-top-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-bottom-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-bottom-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-bottom-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-bottom-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-bottom-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-bottom-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-bottom-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-bottom-width', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) |
|
Pass | Test that logical border-*-width properties share computed values with their physical associates, with 'writing-mode: horizontal-tb; direction: rtl; '. | Asserts runPass | assert_equals("1px", "1px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) |
|
Pass | Test that border-*-width shorthands set the computed value of both logical and physical longhands, with 'writing-mode: horizontal-tb; direction: rtl; '. | Asserts runPass | assert_equals("1px", "1px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) |
|
Pass | Test that border-*-width properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: horizontal-tb; direction: rtl; '. | Asserts runPass | assert_equals("1px", "1px", "'border-inline-start-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-inline-start-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-inline-start-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-inline-start-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-inline-start-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-inline-start-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-inline-start-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-inline-start-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-inline-end-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-inline-end-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-inline-end-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-inline-end-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-inline-end-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-inline-end-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-inline-end-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-inline-end-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-block-start-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-block-start-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-block-start-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-block-start-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-block-start-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-block-start-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-block-start-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-block-start-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-block-end-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-block-end-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-block-end-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-block-end-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-block-end-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-block-end-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-block-end-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-block-end-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-left-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-left-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-left-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-left-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-left-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-left-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-left-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-left-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-right-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-right-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-right-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-right-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-right-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-right-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-right-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-right-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-top-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-top-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-top-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-top-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-top-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-top-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-top-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-top-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-bottom-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-bottom-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-bottom-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-bottom-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-bottom-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-bottom-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-bottom-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-bottom-width' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) |
|
Pass | Test that border-*-width properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: horizontal-tb; direction: rtl; '. | Asserts runPass | assert_equals("1px", "1px", "'border-inline-start-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-inline-start-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-inline-start-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-inline-start-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-inline-start-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-inline-start-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-inline-start-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-inline-start-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-inline-end-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-inline-end-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-inline-end-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-inline-end-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-inline-end-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-inline-end-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-inline-end-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-inline-end-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-block-start-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-block-start-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-block-start-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-block-start-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-block-start-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-block-start-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-block-start-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-block-start-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-block-end-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-block-end-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-block-end-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-block-end-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-block-end-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-block-end-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-block-end-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-block-end-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-left-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-left-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-left-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-left-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-left-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-left-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-left-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-left-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-right-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-right-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-right-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-right-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-right-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-right-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-right-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-right-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-top-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-top-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-top-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-top-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-top-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-top-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-top-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-top-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-bottom-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-bottom-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-bottom-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-bottom-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-bottom-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-bottom-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-bottom-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-bottom-width', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) |
|
Pass | Test that logical border-*-width properties share computed values with their physical associates, with 'writing-mode: vertical-rl; direction: rtl; '. | Asserts runPass | assert_equals("1px", "1px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) |
|
Pass | Test that border-*-width shorthands set the computed value of both logical and physical longhands, with 'writing-mode: vertical-rl; direction: rtl; '. | Asserts runPass | assert_equals("1px", "1px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) |
|
Pass | Test that border-*-width properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: vertical-rl; direction: rtl; '. | Asserts runPass | assert_equals("1px", "1px", "'border-inline-start-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-inline-start-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-inline-start-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-inline-start-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-inline-start-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-inline-start-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-inline-start-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-inline-start-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-inline-end-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-inline-end-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-inline-end-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-inline-end-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-inline-end-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-inline-end-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-inline-end-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-inline-end-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-block-start-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-block-start-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-block-start-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-block-start-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-block-start-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-block-start-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-block-start-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-block-start-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-block-end-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-block-end-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-block-end-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-block-end-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-block-end-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-block-end-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-block-end-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-block-end-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-left-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-left-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-left-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-left-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-left-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-left-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-left-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-left-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-right-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-right-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-right-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-right-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-right-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-right-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-right-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-right-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-top-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-top-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-top-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-top-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-top-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-top-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-top-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-top-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-bottom-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-bottom-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-bottom-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-bottom-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-bottom-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-bottom-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-bottom-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-bottom-width' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) |
|
Pass | Test that border-*-width properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: vertical-rl; direction: rtl; '. | Asserts runPass | assert_equals("1px", "1px", "'border-inline-start-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-inline-start-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-inline-start-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-inline-start-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-inline-start-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-inline-start-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-inline-start-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-inline-start-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-inline-end-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-inline-end-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-inline-end-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-inline-end-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-inline-end-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-inline-end-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-inline-end-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-inline-end-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-block-start-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-block-start-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-block-start-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-block-start-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-block-start-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-block-start-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-block-start-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-block-start-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-block-end-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-block-end-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-block-end-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-block-end-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-block-end-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-block-end-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-block-end-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-block-end-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-left-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-left-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-left-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-left-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-left-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-left-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-left-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-left-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-right-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-right-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-right-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-right-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-right-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-right-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-right-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-right-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-top-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-top-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-top-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-top-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-top-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-top-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-top-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-top-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-bottom-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-bottom-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-bottom-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-bottom-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-bottom-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-bottom-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-bottom-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-bottom-width', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) |
|
Fail | Test that logical border-*-width properties share computed values with their physical associates, with 'writing-mode: sideways-rl; direction: rtl; '. | assert_equals: logical properties on one declaration, writing mode properties on another, 'writing-mode: sideways-rl; direction: rtl; ', border-bottom-width expected "1px" but got "4px" at testCSSValues (https://www1.wpt.live/css/css-logical/resources/test-shared.js:95:5)
at testComputedValues (https://www1.wpt.live/css/css-logical/resources/test-shared.js:102:3)
at Test.<anonymous> (https://www1.wpt.live/css/css-logical/resources/test-box-properties.js:214:9)
at Test.step (https://www1.wpt.live/resources/testharness.js:2642:25)
at test (https://www1.wpt.live/resources/testharness.js:633:30) Asserts runPass | assert_equals("1px", "1px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: sideways-rl; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Fail | assert_equals("4px", "1px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: sideways-rl; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) |
|
Fail | Test that border-*-width shorthands set the computed value of both logical and physical longhands, with 'writing-mode: sideways-rl; direction: rtl; '. | assert_equals: shorthand properties on one declaration, writing mode properties on another, 'writing-mode: sideways-rl; direction: rtl; ', border-bottom-width expected "1px" but got "3px" at testCSSValues (https://www1.wpt.live/css/css-logical/resources/test-shared.js:95:5)
at testComputedValues (https://www1.wpt.live/css/css-logical/resources/test-shared.js:102:3)
at Test.<anonymous> (https://www1.wpt.live/css/css-logical/resources/test-box-properties.js:233:13)
at Test.step (https://www1.wpt.live/resources/testharness.js:2642:25)
at test (https://www1.wpt.live/resources/testharness.js:633:30) Asserts runPass | assert_equals("1px", "1px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: sideways-rl; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Fail | assert_equals("3px", "1px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: sideways-rl; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) |
|
Fail | Test that border-*-width properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: sideways-rl; direction: rtl; '. | assert_equals: 'border-inline-start-width' last on single declaration, 'writing-mode: sideways-rl; direction: rtl; ', border-block-end-width expected "1px" but got "4px" at testCSSValues (https://www1.wpt.live/css/css-logical/resources/test-shared.js:95:5)
at testComputedValues (https://www1.wpt.live/css/css-logical/resources/test-shared.js:102:3)
at Test.<anonymous> (https://www1.wpt.live/css/css-logical/resources/test-box-properties.js:260:13)
at Test.step (https://www1.wpt.live/resources/testharness.js:2642:25)
at test (https://www1.wpt.live/resources/testharness.js:633:30) Asserts runPass | assert_equals("1px", "1px", "'border-inline-start-width' last on single declaration, 'writing-mode: sideways-rl; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Fail | assert_equals("4px", "1px", "'border-inline-start-width' last on single declaration, 'writing-mode: sideways-rl; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) |
|
Fail | Test that border-*-width properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: sideways-rl; direction: rtl; '. | assert_equals: 'border-inline-start-width', two declarations, 'writing-mode: sideways-rl; direction: rtl; ', border-block-end-width expected "1px" but got "4px" at testCSSValues (https://www1.wpt.live/css/css-logical/resources/test-shared.js:95:5)
at testComputedValues (https://www1.wpt.live/css/css-logical/resources/test-shared.js:102:3)
at Test.<anonymous> (https://www1.wpt.live/css/css-logical/resources/test-box-properties.js:288:13)
at Test.step (https://www1.wpt.live/resources/testharness.js:2642:25)
at test (https://www1.wpt.live/resources/testharness.js:633:30) Asserts runPass | assert_equals("1px", "1px", "'border-inline-start-width', two declarations, 'writing-mode: sideways-rl; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Fail | assert_equals("4px", "1px", "'border-inline-start-width', two declarations, 'writing-mode: sideways-rl; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) |
|
Pass | Test that logical border-*-width properties share computed values with their physical associates, with 'writing-mode: vertical-rl; direction: ltr; '. | Asserts runPass | assert_equals("1px", "1px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) |
|
Pass | Test that border-*-width shorthands set the computed value of both logical and physical longhands, with 'writing-mode: vertical-rl; direction: ltr; '. | Asserts runPass | assert_equals("1px", "1px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) |
|
Pass | Test that border-*-width properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: vertical-rl; direction: ltr; '. | Asserts runPass | assert_equals("1px", "1px", "'border-inline-start-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-inline-start-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-inline-start-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-inline-start-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-inline-start-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-inline-start-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-inline-start-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-inline-start-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-inline-end-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-inline-end-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-inline-end-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-inline-end-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-inline-end-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-inline-end-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-inline-end-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-inline-end-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-block-start-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-block-start-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-block-start-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-block-start-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-block-start-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-block-start-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-block-start-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-block-start-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-block-end-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-block-end-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-block-end-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-block-end-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-block-end-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-block-end-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-block-end-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-block-end-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-left-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-left-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-left-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-left-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-left-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-left-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-left-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-left-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-right-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-right-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-right-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-right-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-right-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-right-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-right-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-right-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-top-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-top-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-top-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-top-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-top-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-top-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-top-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-top-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-bottom-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-bottom-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-bottom-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-bottom-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-bottom-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-bottom-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-bottom-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-bottom-width' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) |
|
Pass | Test that border-*-width properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: vertical-rl; direction: ltr; '. | Asserts runPass | assert_equals("1px", "1px", "'border-inline-start-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-inline-start-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-inline-start-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-inline-start-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-inline-start-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-inline-start-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-inline-start-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-inline-start-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-inline-end-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-inline-end-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-inline-end-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-inline-end-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-inline-end-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-inline-end-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-inline-end-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-inline-end-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-block-start-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-block-start-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-block-start-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-block-start-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-block-start-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-block-start-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-block-start-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-block-start-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-block-end-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-block-end-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-block-end-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-block-end-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-block-end-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-block-end-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-block-end-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-block-end-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-left-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-left-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-left-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-left-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-left-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-left-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-left-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-left-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-right-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-right-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-right-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-right-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-right-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-right-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-right-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-right-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-top-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-top-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-top-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-top-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-top-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-top-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-top-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-top-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-bottom-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-bottom-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-bottom-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-bottom-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-bottom-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-bottom-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-bottom-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-bottom-width', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) |
|
Fail | Test that logical border-*-width properties share computed values with their physical associates, with 'writing-mode: sideways-rl; direction: ltr; '. | assert_equals: logical properties on one declaration, writing mode properties on another, 'writing-mode: sideways-rl; direction: ltr; ', border-top-width expected "1px" but got "3px" at testCSSValues (https://www1.wpt.live/css/css-logical/resources/test-shared.js:95:5)
at testComputedValues (https://www1.wpt.live/css/css-logical/resources/test-shared.js:102:3)
at Test.<anonymous> (https://www1.wpt.live/css/css-logical/resources/test-box-properties.js:214:9)
at Test.step (https://www1.wpt.live/resources/testharness.js:2642:25)
at test (https://www1.wpt.live/resources/testharness.js:633:30) Asserts runPass | assert_equals("1px", "1px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: sideways-rl; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Fail | assert_equals("3px", "1px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: sideways-rl; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) |
|
Fail | Test that border-*-width shorthands set the computed value of both logical and physical longhands, with 'writing-mode: sideways-rl; direction: ltr; '. | assert_equals: shorthand properties on one declaration, writing mode properties on another, 'writing-mode: sideways-rl; direction: ltr; ', border-top-width expected "1px" but got "3px" at testCSSValues (https://www1.wpt.live/css/css-logical/resources/test-shared.js:95:5)
at testComputedValues (https://www1.wpt.live/css/css-logical/resources/test-shared.js:102:3)
at Test.<anonymous> (https://www1.wpt.live/css/css-logical/resources/test-box-properties.js:233:13)
at Test.step (https://www1.wpt.live/resources/testharness.js:2642:25)
at test (https://www1.wpt.live/resources/testharness.js:633:30) Asserts runPass | assert_equals("1px", "1px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: sideways-rl; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Fail | assert_equals("3px", "1px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: sideways-rl; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) |
|
Fail | Test that border-*-width properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: sideways-rl; direction: ltr; '. | assert_equals: 'border-inline-start-width' last on single declaration, 'writing-mode: sideways-rl; direction: ltr; ', border-left-width expected "1px" but got "5px" at testCSSValues (https://www1.wpt.live/css/css-logical/resources/test-shared.js:95:5)
at testComputedValues (https://www1.wpt.live/css/css-logical/resources/test-shared.js:102:3)
at Test.<anonymous> (https://www1.wpt.live/css/css-logical/resources/test-box-properties.js:260:13)
at Test.step (https://www1.wpt.live/resources/testharness.js:2642:25)
at test (https://www1.wpt.live/resources/testharness.js:633:30) Asserts runFail | assert_equals("5px", "1px", "'border-inline-start-width' last on single declaration, 'writing-mode: sideways-rl; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) |
|
Fail | Test that border-*-width properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: sideways-rl; direction: ltr; '. | assert_equals: 'border-inline-start-width', two declarations, 'writing-mode: sideways-rl; direction: ltr; ', border-left-width expected "1px" but got "5px" at testCSSValues (https://www1.wpt.live/css/css-logical/resources/test-shared.js:95:5)
at testComputedValues (https://www1.wpt.live/css/css-logical/resources/test-shared.js:102:3)
at Test.<anonymous> (https://www1.wpt.live/css/css-logical/resources/test-box-properties.js:288:13)
at Test.step (https://www1.wpt.live/resources/testharness.js:2642:25)
at test (https://www1.wpt.live/resources/testharness.js:633:30) Asserts runFail | assert_equals("5px", "1px", "'border-inline-start-width', two declarations, 'writing-mode: sideways-rl; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) |
|
Pass | Test that logical border-*-width properties share computed values with their physical associates, with 'writing-mode: vertical-lr; direction: rtl; '. | Asserts runPass | assert_equals("1px", "1px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) |
|
Pass | Test that border-*-width shorthands set the computed value of both logical and physical longhands, with 'writing-mode: vertical-lr; direction: rtl; '. | Asserts runPass | assert_equals("1px", "1px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) |
|
Pass | Test that border-*-width properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: vertical-lr; direction: rtl; '. | Asserts runPass | assert_equals("1px", "1px", "'border-inline-start-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-inline-start-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-inline-start-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-inline-start-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-inline-start-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-inline-start-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-inline-start-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-inline-start-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-inline-end-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-inline-end-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-inline-end-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-inline-end-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-inline-end-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-inline-end-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-inline-end-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-inline-end-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-block-start-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-block-start-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-block-start-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-block-start-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-block-start-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-block-start-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-block-start-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-block-start-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-block-end-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-block-end-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-block-end-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-block-end-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-block-end-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-block-end-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-block-end-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-block-end-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-left-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-left-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-left-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-left-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-left-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-left-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-left-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-left-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-right-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-right-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-right-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-right-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-right-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-right-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-right-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-right-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-top-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-top-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-top-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-top-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-top-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-top-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-top-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-top-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-bottom-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-bottom-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-bottom-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-bottom-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-bottom-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-bottom-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-bottom-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-bottom-width' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) |
|
Pass | Test that border-*-width properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: vertical-lr; direction: rtl; '. | Asserts runPass | assert_equals("1px", "1px", "'border-inline-start-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-inline-start-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-inline-start-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-inline-start-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-inline-start-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-inline-start-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-inline-start-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-inline-start-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-inline-end-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-inline-end-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-inline-end-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-inline-end-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-inline-end-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-inline-end-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-inline-end-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-inline-end-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-block-start-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-block-start-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-block-start-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-block-start-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-block-start-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-block-start-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-block-start-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-block-start-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-block-end-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-block-end-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-block-end-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-block-end-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-block-end-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-block-end-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-block-end-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-block-end-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-left-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-left-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-left-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-left-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-left-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-left-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-left-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-left-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-right-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-right-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-right-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-right-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-right-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-right-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-right-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-right-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-top-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-top-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-top-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-top-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-top-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-top-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-top-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-top-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-bottom-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-bottom-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-bottom-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-bottom-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-bottom-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-bottom-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-bottom-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-bottom-width', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) |
|
Fail | Test that logical border-*-width properties share computed values with their physical associates, with 'writing-mode: sideways-lr; direction: ltr; '. | assert_equals: logical properties on one declaration, writing mode properties on another, 'writing-mode: sideways-lr; direction: ltr; ', border-bottom-width expected "1px" but got "4px" at testCSSValues (https://www1.wpt.live/css/css-logical/resources/test-shared.js:95:5)
at testComputedValues (https://www1.wpt.live/css/css-logical/resources/test-shared.js:102:3)
at Test.<anonymous> (https://www1.wpt.live/css/css-logical/resources/test-box-properties.js:214:9)
at Test.step (https://www1.wpt.live/resources/testharness.js:2642:25)
at test (https://www1.wpt.live/resources/testharness.js:633:30) Asserts runPass | assert_equals("1px", "1px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: sideways-lr; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Fail | assert_equals("4px", "1px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: sideways-lr; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) |
|
Fail | Test that border-*-width shorthands set the computed value of both logical and physical longhands, with 'writing-mode: sideways-lr; direction: ltr; '. | assert_equals: shorthand properties on one declaration, writing mode properties on another, 'writing-mode: sideways-lr; direction: ltr; ', border-bottom-width expected "1px" but got "3px" at testCSSValues (https://www1.wpt.live/css/css-logical/resources/test-shared.js:95:5)
at testComputedValues (https://www1.wpt.live/css/css-logical/resources/test-shared.js:102:3)
at Test.<anonymous> (https://www1.wpt.live/css/css-logical/resources/test-box-properties.js:233:13)
at Test.step (https://www1.wpt.live/resources/testharness.js:2642:25)
at test (https://www1.wpt.live/resources/testharness.js:633:30) Asserts runPass | assert_equals("1px", "1px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: sideways-lr; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Fail | assert_equals("3px", "1px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: sideways-lr; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) |
|
Fail | Test that border-*-width properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: sideways-lr; direction: ltr; '. | assert_equals: 'border-inline-start-width' last on single declaration, 'writing-mode: sideways-lr; direction: ltr; ', border-left-width expected "1px" but got "5px" at testCSSValues (https://www1.wpt.live/css/css-logical/resources/test-shared.js:95:5)
at testComputedValues (https://www1.wpt.live/css/css-logical/resources/test-shared.js:102:3)
at Test.<anonymous> (https://www1.wpt.live/css/css-logical/resources/test-box-properties.js:260:13)
at Test.step (https://www1.wpt.live/resources/testharness.js:2642:25)
at test (https://www1.wpt.live/resources/testharness.js:633:30) Asserts runFail | assert_equals("5px", "1px", "'border-inline-start-width' last on single declaration, 'writing-mode: sideways-lr; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) |
|
Fail | Test that border-*-width properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: sideways-lr; direction: ltr; '. | assert_equals: 'border-inline-start-width', two declarations, 'writing-mode: sideways-lr; direction: ltr; ', border-left-width expected "1px" but got "5px" at testCSSValues (https://www1.wpt.live/css/css-logical/resources/test-shared.js:95:5)
at testComputedValues (https://www1.wpt.live/css/css-logical/resources/test-shared.js:102:3)
at Test.<anonymous> (https://www1.wpt.live/css/css-logical/resources/test-box-properties.js:288:13)
at Test.step (https://www1.wpt.live/resources/testharness.js:2642:25)
at test (https://www1.wpt.live/resources/testharness.js:633:30) Asserts runFail | assert_equals("5px", "1px", "'border-inline-start-width', two declarations, 'writing-mode: sideways-lr; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) |
|
Pass | Test that logical border-*-width properties share computed values with their physical associates, with 'writing-mode: vertical-lr; direction: ltr; '. | Asserts runPass | assert_equals("1px", "1px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) |
|
Pass | Test that border-*-width shorthands set the computed value of both logical and physical longhands, with 'writing-mode: vertical-lr; direction: ltr; '. | Asserts runPass | assert_equals("1px", "1px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) |
|
Pass | Test that border-*-width properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: vertical-lr; direction: ltr; '. | Asserts runPass | assert_equals("1px", "1px", "'border-inline-start-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-inline-start-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-inline-start-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-inline-start-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-inline-start-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-inline-start-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-inline-start-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-inline-start-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-inline-end-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-inline-end-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-inline-end-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-inline-end-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-inline-end-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-inline-end-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-inline-end-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-inline-end-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-block-start-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-block-start-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-block-start-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-block-start-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-block-start-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-block-start-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-block-start-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-block-start-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-block-end-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-block-end-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-block-end-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-block-end-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-block-end-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-block-end-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-block-end-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-block-end-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-left-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-left-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-left-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-left-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-left-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-left-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-left-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-left-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-right-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-right-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-right-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-right-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-right-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-right-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-right-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-right-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-top-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-top-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-top-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-top-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-top-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-top-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-top-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-top-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-bottom-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-bottom-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-bottom-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-bottom-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-bottom-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-bottom-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-bottom-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-bottom-width' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) |
|
Pass | Test that border-*-width properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: vertical-lr; direction: ltr; '. | Asserts runPass | assert_equals("1px", "1px", "'border-inline-start-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-inline-start-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-inline-start-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-inline-start-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-inline-start-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-inline-start-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-inline-start-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-inline-start-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-inline-end-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-inline-end-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-inline-end-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-inline-end-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-inline-end-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-inline-end-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-inline-end-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-inline-end-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-block-start-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-block-start-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-block-start-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-block-start-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-block-start-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-block-start-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-block-start-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-block-start-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-block-end-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-block-end-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-block-end-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-block-end-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-block-end-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-block-end-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-block-end-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-block-end-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-left-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-left-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-left-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-left-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-left-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-left-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-left-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-left-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-right-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-right-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-right-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-right-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-right-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-right-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-right-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-right-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-top-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-top-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-top-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("2px", "2px", "'border-top-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-top-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-top-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-top-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-top-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-bottom-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("1px", "1px", "'border-bottom-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-bottom-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("5px", "5px", "'border-bottom-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-bottom-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-bottom-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("3px", "3px", "'border-bottom-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-bottom-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-block-end-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Pass | assert_equals("4px", "4px", "'border-bottom-width', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-right-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) |
|
Fail | Test that logical border-*-width properties share computed values with their physical associates, with 'writing-mode: sideways-lr; direction: rtl; '. | assert_equals: logical properties on one declaration, writing mode properties on another, 'writing-mode: sideways-lr; direction: rtl; ', border-top-width expected "1px" but got "3px" at testCSSValues (https://www1.wpt.live/css/css-logical/resources/test-shared.js:95:5)
at testComputedValues (https://www1.wpt.live/css/css-logical/resources/test-shared.js:102:3)
at Test.<anonymous> (https://www1.wpt.live/css/css-logical/resources/test-box-properties.js:214:9)
at Test.step (https://www1.wpt.live/resources/testharness.js:2642:25)
at test (https://www1.wpt.live/resources/testharness.js:633:30) Asserts runPass | assert_equals("1px", "1px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: sideways-lr; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Fail | assert_equals("3px", "1px", "logical properties on one declaration, writing mode properties on another, 'writing-mode: sideways-lr; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) |
|
Fail | Test that border-*-width shorthands set the computed value of both logical and physical longhands, with 'writing-mode: sideways-lr; direction: rtl; '. | assert_equals: shorthand properties on one declaration, writing mode properties on another, 'writing-mode: sideways-lr; direction: rtl; ', border-top-width expected "1px" but got "3px" at testCSSValues (https://www1.wpt.live/css/css-logical/resources/test-shared.js:95:5)
at testComputedValues (https://www1.wpt.live/css/css-logical/resources/test-shared.js:102:3)
at Test.<anonymous> (https://www1.wpt.live/css/css-logical/resources/test-box-properties.js:233:13)
at Test.step (https://www1.wpt.live/resources/testharness.js:2642:25)
at test (https://www1.wpt.live/resources/testharness.js:633:30) Asserts runPass | assert_equals("1px", "1px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: sideways-lr; direction: rtl; ', border-inline-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Fail | assert_equals("3px", "1px", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: sideways-lr; direction: rtl; ', border-top-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) |
|
Fail | Test that border-*-width properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: sideways-lr; direction: rtl; '. | assert_equals: 'border-inline-start-width' last on single declaration, 'writing-mode: sideways-lr; direction: rtl; ', border-block-start-width expected "1px" but got "3px" at testCSSValues (https://www1.wpt.live/css/css-logical/resources/test-shared.js:95:5)
at testComputedValues (https://www1.wpt.live/css/css-logical/resources/test-shared.js:102:3)
at Test.<anonymous> (https://www1.wpt.live/css/css-logical/resources/test-box-properties.js:260:13)
at Test.step (https://www1.wpt.live/resources/testharness.js:2642:25)
at test (https://www1.wpt.live/resources/testharness.js:633:30) Asserts runPass | assert_equals("1px", "1px", "'border-inline-start-width' last on single declaration, 'writing-mode: sideways-lr; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Fail | assert_equals("3px", "1px", "'border-inline-start-width' last on single declaration, 'writing-mode: sideways-lr; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) |
|
Fail | Test that border-*-width properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: sideways-lr; direction: rtl; '. | assert_equals: 'border-inline-start-width', two declarations, 'writing-mode: sideways-lr; direction: rtl; ', border-block-start-width expected "1px" but got "3px" at testCSSValues (https://www1.wpt.live/css/css-logical/resources/test-shared.js:95:5)
at testComputedValues (https://www1.wpt.live/css/css-logical/resources/test-shared.js:102:3)
at Test.<anonymous> (https://www1.wpt.live/css/css-logical/resources/test-box-properties.js:288:13)
at Test.step (https://www1.wpt.live/resources/testharness.js:2642:25)
at test (https://www1.wpt.live/resources/testharness.js:633:30) Asserts runPass | assert_equals("1px", "1px", "'border-inline-start-width', two declarations, 'writing-mode: sideways-lr; direction: rtl; ', border-left-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) | Fail | assert_equals("3px", "1px", "'border-inline-start-width', two declarations, 'writing-mode: sideways-lr; direction: rtl; ', border-block-start-width")
at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5) |
|