Summary

Harness status: OK

Found 44 tests

Details

ResultTest NameMessage
PassTest that logical border-* properties are supported.
Asserts run
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "logical properties in inline style, border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "logical properties in inline style, border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "logical properties in inline style, border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "logical properties in inline style, border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
PassTest that border-inline shorthand sets longhands and serializes correctly.
Asserts run
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand in inline style, border-inline")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand in inline style, border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand in inline style, border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand in computed style, border-inline")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand in computed style, border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand in computed style, border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
PassTest that border-block shorthand sets longhands and serializes correctly.
Asserts run
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand in inline style, border-block")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand in inline style, border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand in inline style, border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand in computed style, border-block")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand in computed style, border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand in computed style, border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
PassTest that border shorthand sets longhands and serializes correctly.
Asserts run
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand in inline style, border")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand in inline style, border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand in inline style, border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand in inline style, border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand in inline style, border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand in computed style, border")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand in computed style, border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand in computed style, border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand in computed style, border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand in computed style, border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
PassTest that logical border-* properties share computed values with their physical associates, with 'writing-mode: horizontal-tb; direction: ltr; '.
Asserts run
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
PassTest that border-* shorthands set the computed value of both logical and physical longhands, with 'writing-mode: horizontal-tb; direction: ltr; '.
Asserts run
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
PassTest that border-* properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: horizontal-tb; direction: ltr; '.
Asserts run
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-inline-start' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-inline-start' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-inline-start' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-inline-start' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-inline-start' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-inline-start' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-inline-start' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-inline-start' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-inline-end' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-inline-end' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-inline-end' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-inline-end' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-inline-end' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-inline-end' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-inline-end' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-inline-end' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-block-start' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-block-start' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-block-start' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-block-start' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-block-start' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-block-start' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-block-start' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-block-start' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-block-end' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-block-end' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-block-end' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-block-end' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-block-end' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-block-end' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-block-end' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-block-end' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-left' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-left' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-left' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-left' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-left' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-left' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-left' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-left' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-right' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-right' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-right' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-right' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-right' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-right' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-right' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-right' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-top' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-top' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-top' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-top' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-top' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-top' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-top' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-top' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-bottom' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-bottom' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-bottom' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-bottom' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-bottom' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-bottom' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-bottom' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-bottom' last on single declaration, 'writing-mode: horizontal-tb; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
PassTest that border-* properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: horizontal-tb; direction: ltr; '.
Asserts run
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-inline-start', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-inline-start', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-inline-start', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-inline-start', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-inline-start', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-inline-start', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-inline-start', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-inline-start', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-inline-end', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-inline-end', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-inline-end', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-inline-end', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-inline-end', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-inline-end', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-inline-end', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-inline-end', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-block-start', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-block-start', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-block-start', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-block-start', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-block-start', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-block-start', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-block-start', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-block-start', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-block-end', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-block-end', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-block-end', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-block-end', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-block-end', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-block-end', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-block-end', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-block-end', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-left', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-left', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-left', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-left', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-left', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-left', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-left', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-left', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-right', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-right', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-right', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-right', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-right', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-right', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-right', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-right', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-top', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-top', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-top', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-top', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-top', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-top', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-top', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-top', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-bottom', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-bottom', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-bottom', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-bottom', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-bottom', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-bottom', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-bottom', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-bottom', two declarations, 'writing-mode: horizontal-tb; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
PassTest that logical border-* properties share computed values with their physical associates, with 'writing-mode: horizontal-tb; direction: rtl; '.
Asserts run
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
PassTest that border-* shorthands set the computed value of both logical and physical longhands, with 'writing-mode: horizontal-tb; direction: rtl; '.
Asserts run
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
PassTest that border-* properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: horizontal-tb; direction: rtl; '.
Asserts run
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-inline-start' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-inline-start' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-inline-start' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-inline-start' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-inline-start' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-inline-start' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-inline-start' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-inline-start' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-inline-end' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-inline-end' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-inline-end' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-inline-end' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-inline-end' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-inline-end' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-inline-end' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-inline-end' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-block-start' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-block-start' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-block-start' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-block-start' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-block-start' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-block-start' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-block-start' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-block-start' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-block-end' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-block-end' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-block-end' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-block-end' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-block-end' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-block-end' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-block-end' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-block-end' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-left' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-left' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-left' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-left' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-left' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-left' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-left' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-left' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-right' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-right' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-right' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-right' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-right' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-right' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-right' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-right' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-top' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-top' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-top' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-top' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-top' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-top' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-top' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-top' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-bottom' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-bottom' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-bottom' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-bottom' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-bottom' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-bottom' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-bottom' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-bottom' last on single declaration, 'writing-mode: horizontal-tb; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
PassTest that border-* properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: horizontal-tb; direction: rtl; '.
Asserts run
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-inline-start', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-inline-start', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-inline-start', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-inline-start', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-inline-start', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-inline-start', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-inline-start', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-inline-start', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-inline-end', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-inline-end', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-inline-end', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-inline-end', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-inline-end', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-inline-end', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-inline-end', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-inline-end', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-block-start', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-block-start', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-block-start', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-block-start', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-block-start', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-block-start', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-block-start', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-block-start', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-block-end', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-block-end', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-block-end', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-block-end', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-block-end', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-block-end', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-block-end', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-block-end', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-left', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-left', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-left', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-left', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-left', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-left', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-left', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-left', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-right', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-right', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-right', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-right', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-right', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-right', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-right', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-right', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-top', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-top', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-top', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-top', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-top', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-top', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-top', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-top', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-bottom', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-bottom', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-bottom', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-bottom', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-bottom', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-bottom', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-bottom', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-bottom', two declarations, 'writing-mode: horizontal-tb; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
PassTest that logical border-* properties share computed values with their physical associates, with 'writing-mode: vertical-rl; direction: rtl; '.
Asserts run
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
PassTest that border-* shorthands set the computed value of both logical and physical longhands, with 'writing-mode: vertical-rl; direction: rtl; '.
Asserts run
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
PassTest that border-* properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: vertical-rl; direction: rtl; '.
Asserts run
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-inline-start' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-inline-start' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-inline-start' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-inline-start' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-inline-start' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-inline-start' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-inline-start' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-inline-start' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-inline-end' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-inline-end' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-inline-end' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-inline-end' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-inline-end' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-inline-end' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-inline-end' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-inline-end' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-block-start' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-block-start' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-block-start' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-block-start' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-block-start' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-block-start' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-block-start' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-block-start' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-block-end' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-block-end' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-block-end' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-block-end' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-block-end' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-block-end' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-block-end' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-block-end' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-left' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-left' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-left' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-left' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-left' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-left' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-left' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-left' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-right' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-right' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-right' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-right' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-right' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-right' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-right' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-right' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-top' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-top' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-top' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-top' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-top' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-top' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-top' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-top' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-bottom' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-bottom' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-bottom' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-bottom' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-bottom' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-bottom' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-bottom' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-bottom' last on single declaration, 'writing-mode: vertical-rl; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
PassTest that border-* properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: vertical-rl; direction: rtl; '.
Asserts run
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-inline-start', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-inline-start', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-inline-start', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-inline-start', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-inline-start', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-inline-start', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-inline-start', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-inline-start', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-inline-end', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-inline-end', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-inline-end', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-inline-end', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-inline-end', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-inline-end', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-inline-end', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-inline-end', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-block-start', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-block-start', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-block-start', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-block-start', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-block-start', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-block-start', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-block-start', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-block-start', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-block-end', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-block-end', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-block-end', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-block-end', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-block-end', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-block-end', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-block-end', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-block-end', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-left', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-left', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-left', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-left', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-left', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-left', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-left', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-left', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-right', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-right', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-right', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-right', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-right', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-right', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-right', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-right', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-top', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-top', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-top', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-top', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-top', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-top', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-top', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-top', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-bottom', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-bottom', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-bottom', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-bottom', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-bottom', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-bottom', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-bottom', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-bottom', two declarations, 'writing-mode: vertical-rl; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
FailTest that logical border-* 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 expected "1px solid rgb(1, 1, 1)" but got "4px double rgb(4, 4, 4)"
    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:2684:25)
    at test (https://www1.wpt.live/resources/testharness.js:633:30)
Asserts run
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: sideways-rl; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Fail
assert_equals("4px double rgb(4, 4, 4)", "1px solid rgb(1, 1, 1)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: sideways-rl; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
FailTest that border-* 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 expected "1px solid rgb(1, 1, 1)" but got "0px none rgb(0, 0, 0)"
    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:2684:25)
    at test (https://www1.wpt.live/resources/testharness.js:633:30)
Asserts run
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: sideways-rl; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Fail
assert_equals("0px none rgb(0, 0, 0)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: sideways-rl; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
FailTest that border-* 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' last on single declaration, 'writing-mode: sideways-rl; direction: rtl; ', border-block-end expected "1px solid rgb(1, 1, 1)" but got "4px double rgb(4, 4, 4)"
    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:2684:25)
    at test (https://www1.wpt.live/resources/testharness.js:633:30)
Asserts run
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-inline-start' last on single declaration, 'writing-mode: sideways-rl; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Fail
assert_equals("4px double rgb(4, 4, 4)", "1px solid rgb(1, 1, 1)", "'border-inline-start' last on single declaration, 'writing-mode: sideways-rl; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
FailTest that border-* properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: sideways-rl; direction: rtl; '.assert_equals: 'border-inline-start', two declarations, 'writing-mode: sideways-rl; direction: rtl; ', border-block-end expected "1px solid rgb(1, 1, 1)" but got "4px double rgb(4, 4, 4)"
    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:2684:25)
    at test (https://www1.wpt.live/resources/testharness.js:633:30)
Asserts run
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-inline-start', two declarations, 'writing-mode: sideways-rl; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Fail
assert_equals("4px double rgb(4, 4, 4)", "1px solid rgb(1, 1, 1)", "'border-inline-start', two declarations, 'writing-mode: sideways-rl; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
PassTest that logical border-* properties share computed values with their physical associates, with 'writing-mode: vertical-rl; direction: ltr; '.
Asserts run
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
PassTest that border-* shorthands set the computed value of both logical and physical longhands, with 'writing-mode: vertical-rl; direction: ltr; '.
Asserts run
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-rl; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
PassTest that border-* properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: vertical-rl; direction: ltr; '.
Asserts run
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-inline-start' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-inline-start' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-inline-start' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-inline-start' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-inline-start' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-inline-start' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-inline-start' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-inline-start' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-inline-end' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-inline-end' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-inline-end' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-inline-end' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-inline-end' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-inline-end' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-inline-end' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-inline-end' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-block-start' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-block-start' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-block-start' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-block-start' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-block-start' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-block-start' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-block-start' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-block-start' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-block-end' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-block-end' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-block-end' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-block-end' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-block-end' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-block-end' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-block-end' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-block-end' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-left' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-left' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-left' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-left' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-left' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-left' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-left' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-left' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-right' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-right' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-right' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-right' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-right' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-right' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-right' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-right' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-top' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-top' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-top' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-top' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-top' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-top' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-top' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-top' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-bottom' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-bottom' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-bottom' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-bottom' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-bottom' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-bottom' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-bottom' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-bottom' last on single declaration, 'writing-mode: vertical-rl; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
PassTest that border-* properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: vertical-rl; direction: ltr; '.
Asserts run
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-inline-start', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-inline-start', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-inline-start', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-inline-start', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-inline-start', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-inline-start', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-inline-start', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-inline-start', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-inline-end', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-inline-end', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-inline-end', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-inline-end', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-inline-end', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-inline-end', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-inline-end', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-inline-end', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-block-start', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-block-start', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-block-start', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-block-start', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-block-start', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-block-start', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-block-start', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-block-start', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-block-end', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-block-end', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-block-end', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-block-end', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-block-end', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-block-end', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-block-end', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-block-end', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-left', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-left', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-left', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-left', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-left', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-left', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-left', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-left', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-right', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-right', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-right', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-right', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-right', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-right', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-right', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-right', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-top', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-top', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-top', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-top', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-top', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-top', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-top', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-top', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-bottom', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-bottom', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-bottom', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-bottom', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-bottom', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-bottom', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-bottom', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-bottom', two declarations, 'writing-mode: vertical-rl; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
FailTest that logical border-* 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 expected "1px solid rgb(1, 1, 1)" but got "3px dotted rgb(3, 3, 3)"
    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:2684:25)
    at test (https://www1.wpt.live/resources/testharness.js:633:30)
Asserts run
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: sideways-rl; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Fail
assert_equals("3px dotted rgb(3, 3, 3)", "1px solid rgb(1, 1, 1)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: sideways-rl; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
FailTest that border-* 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 expected "1px solid rgb(1, 1, 1)" but got "0px none rgb(0, 0, 0)"
    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:2684:25)
    at test (https://www1.wpt.live/resources/testharness.js:633:30)
Asserts run
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: sideways-rl; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Fail
assert_equals("0px none rgb(0, 0, 0)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: sideways-rl; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
FailTest that border-* 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' last on single declaration, 'writing-mode: sideways-rl; direction: ltr; ', border-left expected "1px solid rgb(1, 1, 1)" but got "5px groove rgb(5, 5, 5)"
    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:2684:25)
    at test (https://www1.wpt.live/resources/testharness.js:633:30)
Asserts run
Fail
assert_equals("5px groove rgb(5, 5, 5)", "1px solid rgb(1, 1, 1)", "'border-inline-start' last on single declaration, 'writing-mode: sideways-rl; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
FailTest that border-* properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: sideways-rl; direction: ltr; '.assert_equals: 'border-inline-start', two declarations, 'writing-mode: sideways-rl; direction: ltr; ', border-left expected "1px solid rgb(1, 1, 1)" but got "5px groove rgb(5, 5, 5)"
    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:2684:25)
    at test (https://www1.wpt.live/resources/testharness.js:633:30)
Asserts run
Fail
assert_equals("5px groove rgb(5, 5, 5)", "1px solid rgb(1, 1, 1)", "'border-inline-start', two declarations, 'writing-mode: sideways-rl; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
PassTest that logical border-* properties share computed values with their physical associates, with 'writing-mode: vertical-lr; direction: rtl; '.
Asserts run
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
PassTest that border-* shorthands set the computed value of both logical and physical longhands, with 'writing-mode: vertical-lr; direction: rtl; '.
Asserts run
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
PassTest that border-* properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: vertical-lr; direction: rtl; '.
Asserts run
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-inline-start' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-inline-start' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-inline-start' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-inline-start' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-inline-start' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-inline-start' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-inline-start' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-inline-start' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-inline-end' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-inline-end' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-inline-end' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-inline-end' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-inline-end' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-inline-end' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-inline-end' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-inline-end' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-block-start' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-block-start' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-block-start' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-block-start' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-block-start' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-block-start' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-block-start' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-block-start' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-block-end' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-block-end' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-block-end' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-block-end' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-block-end' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-block-end' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-block-end' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-block-end' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-left' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-left' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-left' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-left' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-left' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-left' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-left' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-left' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-right' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-right' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-right' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-right' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-right' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-right' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-right' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-right' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-top' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-top' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-top' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-top' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-top' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-top' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-top' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-top' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-bottom' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-bottom' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-bottom' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-bottom' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-bottom' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-bottom' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-bottom' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-bottom' last on single declaration, 'writing-mode: vertical-lr; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
PassTest that border-* properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: vertical-lr; direction: rtl; '.
Asserts run
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-inline-start', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-inline-start', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-inline-start', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-inline-start', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-inline-start', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-inline-start', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-inline-start', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-inline-start', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-inline-end', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-inline-end', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-inline-end', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-inline-end', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-inline-end', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-inline-end', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-inline-end', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-inline-end', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-block-start', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-block-start', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-block-start', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-block-start', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-block-start', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-block-start', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-block-start', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-block-start', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-block-end', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-block-end', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-block-end', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-block-end', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-block-end', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-block-end', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-block-end', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-block-end', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-left', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-left', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-left', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-left', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-left', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-left', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-left', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-left', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-right', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-right', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-right', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-right', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-right', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-right', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-right', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-right', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-top', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-top', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-top', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-top', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-top', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-top', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-top', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-top', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-bottom', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-bottom', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-bottom', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-bottom', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-bottom', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-bottom', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-bottom', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-bottom', two declarations, 'writing-mode: vertical-lr; direction: rtl; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
FailTest that logical border-* 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 expected "1px solid rgb(1, 1, 1)" but got "4px double rgb(4, 4, 4)"
    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:2684:25)
    at test (https://www1.wpt.live/resources/testharness.js:633:30)
Asserts run
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: sideways-lr; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Fail
assert_equals("4px double rgb(4, 4, 4)", "1px solid rgb(1, 1, 1)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: sideways-lr; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
FailTest that border-* 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 expected "1px solid rgb(1, 1, 1)" but got "0px none rgb(0, 0, 0)"
    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:2684:25)
    at test (https://www1.wpt.live/resources/testharness.js:633:30)
Asserts run
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: sideways-lr; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Fail
assert_equals("0px none rgb(0, 0, 0)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: sideways-lr; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
FailTest that border-* 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' last on single declaration, 'writing-mode: sideways-lr; direction: ltr; ', border-left expected "1px solid rgb(1, 1, 1)" but got "5px groove rgb(5, 5, 5)"
    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:2684:25)
    at test (https://www1.wpt.live/resources/testharness.js:633:30)
Asserts run
Fail
assert_equals("5px groove rgb(5, 5, 5)", "1px solid rgb(1, 1, 1)", "'border-inline-start' last on single declaration, 'writing-mode: sideways-lr; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
FailTest that border-* properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: sideways-lr; direction: ltr; '.assert_equals: 'border-inline-start', two declarations, 'writing-mode: sideways-lr; direction: ltr; ', border-left expected "1px solid rgb(1, 1, 1)" but got "5px groove rgb(5, 5, 5)"
    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:2684:25)
    at test (https://www1.wpt.live/resources/testharness.js:633:30)
Asserts run
Fail
assert_equals("5px groove rgb(5, 5, 5)", "1px solid rgb(1, 1, 1)", "'border-inline-start', two declarations, 'writing-mode: sideways-lr; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
PassTest that logical border-* properties share computed values with their physical associates, with 'writing-mode: vertical-lr; direction: ltr; '.
Asserts run
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
PassTest that border-* shorthands set the computed value of both logical and physical longhands, with 'writing-mode: vertical-lr; direction: ltr; '.
Asserts run
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: vertical-lr; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
PassTest that border-* properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: vertical-lr; direction: ltr; '.
Asserts run
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-inline-start' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-inline-start' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-inline-start' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-inline-start' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-inline-start' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-inline-start' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-inline-start' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-inline-start' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-inline-end' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-inline-end' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-inline-end' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-inline-end' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-inline-end' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-inline-end' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-inline-end' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-inline-end' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-block-start' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-block-start' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-block-start' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-block-start' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-block-start' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-block-start' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-block-start' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-block-start' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-block-end' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-block-end' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-block-end' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-block-end' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-block-end' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-block-end' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-block-end' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-block-end' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-left' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-left' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-left' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-left' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-left' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-left' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-left' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-left' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-right' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-right' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-right' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-right' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-right' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-right' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-right' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-right' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-top' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-top' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-top' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-top' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-top' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-top' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-top' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-top' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-bottom' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-bottom' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-bottom' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-bottom' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-bottom' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-bottom' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-bottom' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-bottom' last on single declaration, 'writing-mode: vertical-lr; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
PassTest that border-* properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: vertical-lr; direction: ltr; '.
Asserts run
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-inline-start', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-inline-start', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-inline-start', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-inline-start', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-inline-start', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-inline-start', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-inline-start', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-inline-start', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-inline-end', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-inline-end', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-inline-end', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-inline-end', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-inline-end', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-inline-end', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-inline-end', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-inline-end', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-block-start', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-block-start', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-block-start', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-block-start', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-block-start', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-block-start', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-block-start', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-block-start', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-block-end', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-block-end', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-block-end', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-block-end', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-block-end', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-block-end', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-block-end', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-block-end', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-left', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-left', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-left', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-left', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-left', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-left', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-left', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-left', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-right', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-right', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-right', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-right', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-right', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-right', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-right', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-right', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-top', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-top', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-top', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("2px dashed rgb(2, 2, 2)", "2px dashed rgb(2, 2, 2)", "'border-top', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-top', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-top', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-top', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-top', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-bottom', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-bottom', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-bottom', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-inline-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("5px groove rgb(5, 5, 5)", "5px groove rgb(5, 5, 5)", "'border-bottom', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-bottom")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-bottom', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("3px dotted rgb(3, 3, 3)", "3px dotted rgb(3, 3, 3)", "'border-bottom', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-bottom', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-block-end")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Pass
assert_equals("4px double rgb(4, 4, 4)", "4px double rgb(4, 4, 4)", "'border-bottom', two declarations, 'writing-mode: vertical-lr; direction: ltr; ', border-right")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
FailTest that logical border-* 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 expected "1px solid rgb(1, 1, 1)" but got "3px dotted rgb(3, 3, 3)"
    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:2684:25)
    at test (https://www1.wpt.live/resources/testharness.js:633:30)
Asserts run
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: sideways-lr; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Fail
assert_equals("3px dotted rgb(3, 3, 3)", "1px solid rgb(1, 1, 1)", "logical properties on one declaration, writing mode properties on another, 'writing-mode: sideways-lr; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
FailTest that border-* 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 expected "1px solid rgb(1, 1, 1)" but got "0px none rgb(0, 0, 0)"
    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:2684:25)
    at test (https://www1.wpt.live/resources/testharness.js:633:30)
Asserts run
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: sideways-lr; direction: rtl; ', border-inline-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Fail
assert_equals("0px none rgb(0, 0, 0)", "1px solid rgb(1, 1, 1)", "shorthand properties on one declaration, writing mode properties on another, 'writing-mode: sideways-lr; direction: rtl; ', border-top")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
FailTest that border-* 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' last on single declaration, 'writing-mode: sideways-lr; direction: rtl; ', border-block-start expected "1px solid rgb(1, 1, 1)" but got "3px dotted rgb(3, 3, 3)"
    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:2684:25)
    at test (https://www1.wpt.live/resources/testharness.js:633:30)
Asserts run
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-inline-start' last on single declaration, 'writing-mode: sideways-lr; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Fail
assert_equals("3px dotted rgb(3, 3, 3)", "1px solid rgb(1, 1, 1)", "'border-inline-start' last on single declaration, 'writing-mode: sideways-lr; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
FailTest that border-* properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: sideways-lr; direction: rtl; '.assert_equals: 'border-inline-start', two declarations, 'writing-mode: sideways-lr; direction: rtl; ', border-block-start expected "1px solid rgb(1, 1, 1)" but got "3px dotted rgb(3, 3, 3)"
    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:2684:25)
    at test (https://www1.wpt.live/resources/testharness.js:633:30)
Asserts run
Pass
assert_equals("1px solid rgb(1, 1, 1)", "1px solid rgb(1, 1, 1)", "'border-inline-start', two declarations, 'writing-mode: sideways-lr; direction: rtl; ', border-left")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)
Fail
assert_equals("3px dotted rgb(3, 3, 3)", "1px solid rgb(1, 1, 1)", "'border-inline-start', two declarations, 'writing-mode: sideways-lr; direction: rtl; ', border-block-start")
    at testCSSValues ( /css/css-logical/resources/test-shared.js:95:5)