Pass | testing width: calc(10% + 2em) | Asserts runPass | assert_equals("84px", "84px")
at Test.<anonymous> ( /css/css-values/getComputedStyle-calc-mixed-units-002.html:78:7) |
|
Pass | testing width: calc(5% + 4rem) | Asserts runPass | assert_equals("146px", "146px")
at Test.<anonymous> ( /css/css-values/getComputedStyle-calc-mixed-units-002.html:78:7) |
|
Pass | testing width: calc(8lh + 7px) | Asserts runPass | assert_equals("167px", "167px")
at Test.<anonymous> ( /css/css-values/getComputedStyle-calc-mixed-units-002.html:78:7) |
|
Pass | testing height: calc(10% + 6pt) | Asserts runPass | assert_equals("58px", "58px")
at Test.<anonymous> ( /css/css-values/getComputedStyle-calc-mixed-units-002.html:78:7) |
|
Pass | testing width: calc(4em + 2.6458333cm) | Asserts runPass | assert_equals("164px", "164px")
at Test.<anonymous> ( /css/css-values/getComputedStyle-calc-mixed-units-002.html:78:7) |
|
Pass | testing height: calc(5em + 26.458333mm) | Asserts runPass | assert_equals("180px", "180px")
at Test.<anonymous> ( /css/css-values/getComputedStyle-calc-mixed-units-002.html:78:7) |
|
Pass | testing width: calc(2in + 101.6Q) | Asserts runPass | assert_equals("288px", "288px")
at Test.<anonymous> ( /css/css-values/getComputedStyle-calc-mixed-units-002.html:78:7) |
|
Pass | testing height: calc(1pc + 3pt) | Asserts runPass | assert_equals("20px", "20px")
at Test.<anonymous> ( /css/css-values/getComputedStyle-calc-mixed-units-002.html:78:7) |
|