Pass | testing background-size: calc(67% - 54% + 4em) 50% | Asserts runPass | assert_equals("calc(13% + 64px) 50%", "calc(13% + 64px) 50%")
at Test.<anonymous> ( /css/css-values/getComputedStyle-calc-mixed-units-001.html:65:7) |
|
Pass | testing background-position: calc(100% - 100% + 20em) | Asserts runPass | assert_equals("calc(0% + 320px) 50%", "calc(0% + 320px) 50%")
at Test.<anonymous> ( /css/css-values/getComputedStyle-calc-mixed-units-001.html:65:7) |
|
Pass | testing height: calc(60% - 50% + 3em) | Asserts runPass | assert_equals("105px", "105px")
at Test.<anonymous> ( /css/css-values/getComputedStyle-calc-mixed-units-001.html:65:7) |
|