Summary

Harness status: OK

Found 44 tests

Details

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