|
@@ -6,12 +6,12 @@ Rerun
|
|
|
|
|
|
Found 10 tests
|
|
|
|
|
|
-4 Pass
|
|
|
-6 Fail
|
|
|
+6 Pass
|
|
|
+4 Fail
|
|
|
Details
|
|
|
Result Test Name MessagePass e.style['max-height'] = "none" should set the property value
|
|
|
-Fail e.style['max-height'] = "min-content" should set the property value assert_not_equals: property should be set got disallowed value ""
|
|
|
-Fail e.style['max-height'] = "max-content" should set the property value assert_not_equals: property should be set got disallowed 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
|