max-height-valid.txt 1.1 KB

123456789101112131415161718192021
  1. Summary
  2. Harness status: OK
  3. Rerun
  4. Found 10 tests
  5. 6 Pass
  6. 4 Fail
  7. Details
  8. Result Test Name MessagePass e.style['max-height'] = "none" should set the property value
  9. Pass e.style['max-height'] = "min-content" should set the property value
  10. Pass e.style['max-height'] = "max-content" should set the property value
  11. Pass e.style['max-height'] = "0" should set the property value
  12. Pass e.style['max-height'] = "10%" should set the property value
  13. Pass e.style['max-height'] = "0.5em" should set the property value
  14. Fail e.style['max-height'] = "calc(10% - 0.5em)" should set the property value assert_equals: serialization should be canonical expected "calc(10% - 0.5em)" but got "calc(10% + (0 - 0.5em))"
  15. Fail e.style['max-height'] = "fit-content(10%)" should set the property value assert_not_equals: property should be set got disallowed value ""
  16. Fail e.style['max-height'] = "fit-content(0.5em)" should set the property value assert_not_equals: property should be set got disallowed value ""
  17. Fail e.style['max-height'] = "fit-content(calc(10% - 0.5em))" should set the property value assert_not_equals: property should be set got disallowed value ""