Summary

Harness status: OK

Found 16 tests

Details

ResultTest NameMessage
PassResolved value of min-width & min-height 'auto' keyword behaves as expected on element with id="block-box"
Asserts run
Pass
assert_equals("0px", "0px", "block-box: 'min-width:auto' should be converted to 0px in getComputedStyle (as initial value)")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-size-auto.html:89:7)
Pass
assert_equals("0px", "0px", "block-box: 'min-width:auto' should be converted to 0px in getComputedStyle (as specified value)")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-size-auto.html:91:7)
Pass
assert_equals("0px", "0px", "block-box: 'min-height:auto' should be converted to 0px in getComputedStyle (as initial value)")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-size-auto.html:89:7)
Pass
assert_equals("0px", "0px", "block-box: 'min-height:auto' should be converted to 0px in getComputedStyle (as specified value)")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-size-auto.html:91:7)
PassResolved value of min-width & min-height 'auto' keyword behaves as expected on element with id="inline-box"
Asserts run
Pass
assert_equals("0px", "0px", "inline-box: 'min-width:auto' should be converted to 0px in getComputedStyle (as initial value)")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-size-auto.html:89:7)
Pass
assert_equals("0px", "0px", "inline-box: 'min-width:auto' should be converted to 0px in getComputedStyle (as specified value)")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-size-auto.html:91:7)
Pass
assert_equals("0px", "0px", "inline-box: 'min-height:auto' should be converted to 0px in getComputedStyle (as initial value)")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-size-auto.html:89:7)
Pass
assert_equals("0px", "0px", "inline-box: 'min-height:auto' should be converted to 0px in getComputedStyle (as specified value)")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-size-auto.html:91:7)
FailResolved value of min-width & min-height 'auto' keyword behaves as expected on element with id="block-with-valid-aspect-ratio"assert_equals: block-with-valid-aspect-ratio: 'min-width:auto' should round-trip through getComputedStyle (as initial value) expected "auto" but got "0px"
    at Test.<anonymous> (https://www1.wpt.live/css/cssom/getComputedStyle-resolved-min-size-auto.html:89:7)
    at Test.step (https://www1.wpt.live/resources/testharness.js:2684:25)
    at test (https://www1.wpt.live/resources/testharness.js:633:30)
    at https://www1.wpt.live/css/cssom/getComputedStyle-resolved-min-size-auto.html:80:3
Asserts run
Fail
assert_equals("0px", "auto", "block-with-valid-aspect-ratio: 'min-width:auto' should round-trip through getComputedStyle (as initial value)")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-size-auto.html:89:7)
FailResolved value of min-width & min-height 'auto' keyword behaves as expected on element with id="block-with-degenerate-aspect-ratio"assert_equals: block-with-degenerate-aspect-ratio: 'min-width:auto' should round-trip through getComputedStyle (as initial value) expected "auto" but got "0px"
    at Test.<anonymous> (https://www1.wpt.live/css/cssom/getComputedStyle-resolved-min-size-auto.html:89:7)
    at Test.step (https://www1.wpt.live/resources/testharness.js:2684:25)
    at test (https://www1.wpt.live/resources/testharness.js:633:30)
    at https://www1.wpt.live/css/cssom/getComputedStyle-resolved-min-size-auto.html:80:3
Asserts run
Fail
assert_equals("0px", "auto", "block-with-degenerate-aspect-ratio: 'min-width:auto' should round-trip through getComputedStyle (as initial value)")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-size-auto.html:89:7)
FailResolved value of min-width & min-height 'auto' keyword behaves as expected on element with id="block-with-two-part-valid-aspect-ratio"assert_equals: block-with-two-part-valid-aspect-ratio: 'min-width:auto' should round-trip through getComputedStyle (as initial value) expected "auto" but got "0px"
    at Test.<anonymous> (https://www1.wpt.live/css/cssom/getComputedStyle-resolved-min-size-auto.html:89:7)
    at Test.step (https://www1.wpt.live/resources/testharness.js:2684:25)
    at test (https://www1.wpt.live/resources/testharness.js:633:30)
    at https://www1.wpt.live/css/cssom/getComputedStyle-resolved-min-size-auto.html:80:3
Asserts run
Fail
assert_equals("0px", "auto", "block-with-two-part-valid-aspect-ratio: 'min-width:auto' should round-trip through getComputedStyle (as initial value)")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-size-auto.html:89:7)
FailResolved value of min-width & min-height 'auto' keyword behaves as expected on element with id="block-with-two-part-degenerate-aspect-ratio"assert_equals: block-with-two-part-degenerate-aspect-ratio: 'min-width:auto' should round-trip through getComputedStyle (as initial value) expected "auto" but got "0px"
    at Test.<anonymous> (https://www1.wpt.live/css/cssom/getComputedStyle-resolved-min-size-auto.html:89:7)
    at Test.step (https://www1.wpt.live/resources/testharness.js:2684:25)
    at test (https://www1.wpt.live/resources/testharness.js:633:30)
    at https://www1.wpt.live/css/cssom/getComputedStyle-resolved-min-size-auto.html:80:3
Asserts run
Fail
assert_equals("0px", "auto", "block-with-two-part-degenerate-aspect-ratio: 'min-width:auto' should round-trip through getComputedStyle (as initial value)")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-size-auto.html:89:7)
FailResolved value of min-width & min-height 'auto' keyword behaves as expected on element with id="inline-with-valid-aspect-ratio"assert_equals: inline-with-valid-aspect-ratio: 'min-width:auto' should round-trip through getComputedStyle (as initial value) expected "auto" but got "0px"
    at Test.<anonymous> (https://www1.wpt.live/css/cssom/getComputedStyle-resolved-min-size-auto.html:89:7)
    at Test.step (https://www1.wpt.live/resources/testharness.js:2684:25)
    at test (https://www1.wpt.live/resources/testharness.js:633:30)
    at https://www1.wpt.live/css/cssom/getComputedStyle-resolved-min-size-auto.html:80:3
Asserts run
Fail
assert_equals("0px", "auto", "inline-with-valid-aspect-ratio: 'min-width:auto' should round-trip through getComputedStyle (as initial value)")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-size-auto.html:89:7)
FailResolved value of min-width & min-height 'auto' keyword behaves as expected on element with id="inline-with-degenerate-aspect-ratio"assert_equals: inline-with-degenerate-aspect-ratio: 'min-width:auto' should round-trip through getComputedStyle (as initial value) expected "auto" but got "0px"
    at Test.<anonymous> (https://www1.wpt.live/css/cssom/getComputedStyle-resolved-min-size-auto.html:89:7)
    at Test.step (https://www1.wpt.live/resources/testharness.js:2684:25)
    at test (https://www1.wpt.live/resources/testharness.js:633:30)
    at https://www1.wpt.live/css/cssom/getComputedStyle-resolved-min-size-auto.html:80:3
Asserts run
Fail
assert_equals("0px", "auto", "inline-with-degenerate-aspect-ratio: 'min-width:auto' should round-trip through getComputedStyle (as initial value)")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-size-auto.html:89:7)
PassResolved value of min-width & min-height 'auto' keyword behaves as expected on element with id="flex-item-row"
Asserts run
Pass
assert_equals("auto", "auto", "flex-item-row: 'min-width:auto' should round-trip through getComputedStyle (as initial value)")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-size-auto.html:89:7)
Pass
assert_equals("auto", "auto", "flex-item-row: 'min-width:auto' should round-trip through getComputedStyle (as specified value)")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-size-auto.html:91:7)
Pass
assert_equals("auto", "auto", "flex-item-row: 'min-height:auto' should round-trip through getComputedStyle (as initial value)")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-size-auto.html:89:7)
Pass
assert_equals("auto", "auto", "flex-item-row: 'min-height:auto' should round-trip through getComputedStyle (as specified value)")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-size-auto.html:91:7)
PassResolved value of min-width & min-height 'auto' keyword behaves as expected on element with id="flex-item-column"
Asserts run
Pass
assert_equals("auto", "auto", "flex-item-column: 'min-width:auto' should round-trip through getComputedStyle (as initial value)")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-size-auto.html:89:7)
Pass
assert_equals("auto", "auto", "flex-item-column: 'min-width:auto' should round-trip through getComputedStyle (as specified value)")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-size-auto.html:91:7)
Pass
assert_equals("auto", "auto", "flex-item-column: 'min-height:auto' should round-trip through getComputedStyle (as initial value)")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-size-auto.html:89:7)
Pass
assert_equals("auto", "auto", "flex-item-column: 'min-height:auto' should round-trip through getComputedStyle (as specified value)")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-size-auto.html:91:7)
PassResolved value of min-width & min-height 'auto' keyword behaves as expected on element with id="grid-item"
Asserts run
Pass
assert_equals("auto", "auto", "grid-item: 'min-width:auto' should round-trip through getComputedStyle (as initial value)")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-size-auto.html:89:7)
Pass
assert_equals("auto", "auto", "grid-item: 'min-width:auto' should round-trip through getComputedStyle (as specified value)")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-size-auto.html:91:7)
Pass
assert_equals("auto", "auto", "grid-item: 'min-height:auto' should round-trip through getComputedStyle (as initial value)")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-size-auto.html:89:7)
Pass
assert_equals("auto", "auto", "grid-item: 'min-height:auto' should round-trip through getComputedStyle (as specified value)")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-size-auto.html:91:7)
PassResolved value of min-width & min-height 'auto' keyword behaves as expected on element with id="display-none"
Asserts run
Pass
assert_equals("0px", "0px", "display-none: 'min-width:auto' should be converted to 0px in getComputedStyle (as initial value)")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-size-auto.html:89:7)
Pass
assert_equals("0px", "0px", "display-none: 'min-width:auto' should be converted to 0px in getComputedStyle (as specified value)")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-size-auto.html:91:7)
Pass
assert_equals("0px", "0px", "display-none: 'min-height:auto' should be converted to 0px in getComputedStyle (as initial value)")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-size-auto.html:89:7)
Pass
assert_equals("0px", "0px", "display-none: 'min-height:auto' should be converted to 0px in getComputedStyle (as specified value)")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-size-auto.html:91:7)
PassResolved value of min-width & min-height 'auto' keyword behaves as expected on element with id="display-none-valid-aspect-ratio"
Asserts run
Pass
assert_equals("0px", "0px", "display-none-valid-aspect-ratio: 'min-width:auto' should be converted to 0px in getComputedStyle (as initial value)")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-size-auto.html:89:7)
Pass
assert_equals("0px", "0px", "display-none-valid-aspect-ratio: 'min-width:auto' should be converted to 0px in getComputedStyle (as specified value)")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-size-auto.html:91:7)
Pass
assert_equals("0px", "0px", "display-none-valid-aspect-ratio: 'min-height:auto' should be converted to 0px in getComputedStyle (as initial value)")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-size-auto.html:89:7)
Pass
assert_equals("0px", "0px", "display-none-valid-aspect-ratio: 'min-height:auto' should be converted to 0px in getComputedStyle (as specified value)")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-size-auto.html:91:7)
PassResolved value of min-width & min-height 'auto' keyword behaves as expected on element with id="display-none-subtree-valid-aspect-ratio"
Asserts run
Pass
assert_equals("0px", "0px", "display-none-subtree-valid-aspect-ratio: 'min-width:auto' should be converted to 0px in getComputedStyle (as initial value)")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-size-auto.html:89:7)
Pass
assert_equals("0px", "0px", "display-none-subtree-valid-aspect-ratio: 'min-width:auto' should be converted to 0px in getComputedStyle (as specified value)")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-size-auto.html:91:7)
Pass
assert_equals("0px", "0px", "display-none-subtree-valid-aspect-ratio: 'min-height:auto' should be converted to 0px in getComputedStyle (as initial value)")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-size-auto.html:89:7)
Pass
assert_equals("0px", "0px", "display-none-subtree-valid-aspect-ratio: 'min-height:auto' should be converted to 0px in getComputedStyle (as specified value)")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-size-auto.html:91:7)
PassResolved value of min-width & min-height 'auto' keyword behaves as expected on element with id="display-none-subtree-flex-item"
Asserts run
Pass
assert_equals("0px", "0px", "display-none-subtree-flex-item: 'min-width:auto' should be converted to 0px in getComputedStyle (as initial value)")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-size-auto.html:89:7)
Pass
assert_equals("0px", "0px", "display-none-subtree-flex-item: 'min-width:auto' should be converted to 0px in getComputedStyle (as specified value)")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-size-auto.html:91:7)
Pass
assert_equals("0px", "0px", "display-none-subtree-flex-item: 'min-height:auto' should be converted to 0px in getComputedStyle (as initial value)")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-size-auto.html:89:7)
Pass
assert_equals("0px", "0px", "display-none-subtree-flex-item: 'min-height:auto' should be converted to 0px in getComputedStyle (as specified value)")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-size-auto.html:91:7)
PassResolved value of min-width & min-height 'auto' keyword behaves as expected on element with id="display-none-subtree-grid-item"
Asserts run
Pass
assert_equals("0px", "0px", "display-none-subtree-grid-item: 'min-width:auto' should be converted to 0px in getComputedStyle (as initial value)")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-size-auto.html:89:7)
Pass
assert_equals("0px", "0px", "display-none-subtree-grid-item: 'min-width:auto' should be converted to 0px in getComputedStyle (as specified value)")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-size-auto.html:91:7)
Pass
assert_equals("0px", "0px", "display-none-subtree-grid-item: 'min-height:auto' should be converted to 0px in getComputedStyle (as initial value)")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-size-auto.html:89:7)
Pass
assert_equals("0px", "0px", "display-none-subtree-grid-item: 'min-height:auto' should be converted to 0px in getComputedStyle (as specified value)")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-size-auto.html:91:7)