Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassResolved value of width / height when there's no used value isn't clamped by min/max properties
Asserts run
Pass
assert_equals("10%", "10%", "non-replaced-inline: width with percentages returns percentages")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-max-clamping.html:21:7)
Pass
assert_equals("15px", "15px", "non-replaced-inline: width with value in range returns computed value")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-max-clamping.html:24:7)
Pass
assert_equals("1px", "1px", "non-replaced-inline: width with value out of range isn't clamped by min-width")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-max-clamping.html:27:7)
Pass
assert_equals("60px", "60px", "non-replaced-inline: width with value out of range isn't clamped by max-width")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-max-clamping.html:30:7)
Pass
assert_equals("10%", "10%", "non-replaced-inline: height with percentages returns percentages")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-max-clamping.html:21:7)
Pass
assert_equals("15px", "15px", "non-replaced-inline: height with value in range returns computed value")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-max-clamping.html:24:7)
Pass
assert_equals("1px", "1px", "non-replaced-inline: height with value out of range isn't clamped by min-height")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-max-clamping.html:27:7)
Pass
assert_equals("60px", "60px", "non-replaced-inline: height with value out of range isn't clamped by max-height")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-max-clamping.html:30:7)
Pass
assert_equals("10%", "10%", "display-none: width with percentages returns percentages")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-max-clamping.html:21:7)
Pass
assert_equals("15px", "15px", "display-none: width with value in range returns computed value")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-max-clamping.html:24:7)
Pass
assert_equals("1px", "1px", "display-none: width with value out of range isn't clamped by min-width")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-max-clamping.html:27:7)
Pass
assert_equals("60px", "60px", "display-none: width with value out of range isn't clamped by max-width")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-max-clamping.html:30:7)
Pass
assert_equals("10%", "10%", "display-none: height with percentages returns percentages")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-max-clamping.html:21:7)
Pass
assert_equals("15px", "15px", "display-none: height with value in range returns computed value")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-max-clamping.html:24:7)
Pass
assert_equals("1px", "1px", "display-none: height with value out of range isn't clamped by min-height")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-max-clamping.html:27:7)
Pass
assert_equals("60px", "60px", "display-none: height with value out of range isn't clamped by max-height")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-max-clamping.html:30:7)
Pass
assert_equals("10%", "10%", "display-contents: width with percentages returns percentages")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-max-clamping.html:21:7)
Pass
assert_equals("15px", "15px", "display-contents: width with value in range returns computed value")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-max-clamping.html:24:7)
Pass
assert_equals("1px", "1px", "display-contents: width with value out of range isn't clamped by min-width")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-max-clamping.html:27:7)
Pass
assert_equals("60px", "60px", "display-contents: width with value out of range isn't clamped by max-width")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-max-clamping.html:30:7)
Pass
assert_equals("10%", "10%", "display-contents: height with percentages returns percentages")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-max-clamping.html:21:7)
Pass
assert_equals("15px", "15px", "display-contents: height with value in range returns computed value")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-max-clamping.html:24:7)
Pass
assert_equals("1px", "1px", "display-contents: height with value out of range isn't clamped by min-height")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-max-clamping.html:27:7)
Pass
assert_equals("60px", "60px", "display-contents: height with value out of range isn't clamped by max-height")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-resolved-min-max-clamping.html:30:7)