123456789101112131415161718192021 |
- Summary
- Harness status: OK
- Rerun
- Found 10 tests
- 6 Pass
- 4 Fail
- Details
- Result Test Name MessagePass e.style['max-height'] = "none" should set the property value
- Pass e.style['max-height'] = "min-content" should set the property value
- Pass e.style['max-height'] = "max-content" should set the property value
- Pass e.style['max-height'] = "0" should set the property value
- Pass e.style['max-height'] = "10%" should set the property value
- Pass e.style['max-height'] = "0.5em" should set the property value
- 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))"
- Fail e.style['max-height'] = "fit-content(10%)" should set the property value assert_not_equals: property should be set got disallowed value ""
- Fail e.style['max-height'] = "fit-content(0.5em)" should set the property value assert_not_equals: property should be set got disallowed value ""
- 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 ""
|