Summary

Harness status: OK

Found 12 tests

Details

ResultTest NameMessage
PassLogical longhands with variables - margin-inline-start
Asserts run
Pass
assert_equals("var(--one)", "var(--one)", "Specified value")
    at Test.<anonymous> ( /css/css-logical/logicalprops-with-variables.html:20:5)
Pass
assert_equals("1px", "1px", "Computed value")
    at Test.<anonymous> ( /css/css-logical/logicalprops-with-variables.html:22:5)
PassLogical longhands with variables - margin-inline-end
Asserts run
Pass
assert_equals("var(--two)", "var(--two)", "Specified value")
    at Test.<anonymous> ( /css/css-logical/logicalprops-with-variables.html:20:5)
Pass
assert_equals("2px", "2px", "Computed value")
    at Test.<anonymous> ( /css/css-logical/logicalprops-with-variables.html:22:5)
PassLogical longhands with variables - margin-inline
Asserts run
Pass
assert_equals("", "", "Specified value")
    at Test.<anonymous> ( /css/css-logical/logicalprops-with-variables.html:20:5)
Pass
assert_equals("1px 2px", "1px 2px", "Computed value")
    at Test.<anonymous> ( /css/css-logical/logicalprops-with-variables.html:22:5)
PassLogical shorthand with 1 variable - margin-inline-start
Asserts run
Pass
assert_equals("", "", "Specified value")
    at Test.<anonymous> ( /css/css-logical/logicalprops-with-variables.html:20:5)
Pass
assert_equals("1px", "1px", "Computed value")
    at Test.<anonymous> ( /css/css-logical/logicalprops-with-variables.html:22:5)
PassLogical shorthand with 1 variable - margin-inline-end
Asserts run
Pass
assert_equals("", "", "Specified value")
    at Test.<anonymous> ( /css/css-logical/logicalprops-with-variables.html:20:5)
Pass
assert_equals("1px", "1px", "Computed value")
    at Test.<anonymous> ( /css/css-logical/logicalprops-with-variables.html:22:5)
PassLogical shorthand with 1 variable - margin-inline
Asserts run
Pass
assert_equals("var(--one)", "var(--one)", "Specified value")
    at Test.<anonymous> ( /css/css-logical/logicalprops-with-variables.html:20:5)
Pass
assert_equals("1px", "1px", "Computed value")
    at Test.<anonymous> ( /css/css-logical/logicalprops-with-variables.html:22:5)
PassLogical shorthand with 2 variables - margin-inline-start
Asserts run
Pass
assert_equals("", "", "Specified value")
    at Test.<anonymous> ( /css/css-logical/logicalprops-with-variables.html:20:5)
Pass
assert_equals("1px", "1px", "Computed value")
    at Test.<anonymous> ( /css/css-logical/logicalprops-with-variables.html:22:5)
PassLogical shorthand with 2 variables - margin-inline-end
Asserts run
Pass
assert_equals("", "", "Specified value")
    at Test.<anonymous> ( /css/css-logical/logicalprops-with-variables.html:20:5)
Pass
assert_equals("2px", "2px", "Computed value")
    at Test.<anonymous> ( /css/css-logical/logicalprops-with-variables.html:22:5)
PassLogical shorthand with 2 variables - margin-inline
Asserts run
Pass
assert_equals("var(--one) var(--two)", "var(--one) var(--two)", "Specified value")
    at Test.<anonymous> ( /css/css-logical/logicalprops-with-variables.html:20:5)
Pass
assert_equals("1px 2px", "1px 2px", "Computed value")
    at Test.<anonymous> ( /css/css-logical/logicalprops-with-variables.html:22:5)
PassLogical shorthand with 1 variable and 1 length - margin-inline-start
Asserts run
Pass
assert_equals("", "", "Specified value")
    at Test.<anonymous> ( /css/css-logical/logicalprops-with-variables.html:20:5)
Pass
assert_equals("1px", "1px", "Computed value")
    at Test.<anonymous> ( /css/css-logical/logicalprops-with-variables.html:22:5)
PassLogical shorthand with 1 variable and 1 length - margin-inline-end
Asserts run
Pass
assert_equals("", "", "Specified value")
    at Test.<anonymous> ( /css/css-logical/logicalprops-with-variables.html:20:5)
Pass
assert_equals("2px", "2px", "Computed value")
    at Test.<anonymous> ( /css/css-logical/logicalprops-with-variables.html:22:5)
PassLogical shorthand with 1 variable and 1 length - margin-inline
Asserts run
Pass
assert_equals("var(--one) 2px", "var(--one) 2px", "Specified value")
    at Test.<anonymous> ( /css/css-logical/logicalprops-with-variables.html:20:5)
Pass
assert_equals("1px 2px", "1px 2px", "Computed value")
    at Test.<anonymous> ( /css/css-logical/logicalprops-with-variables.html:22:5)