Pass | testing background-position: calc(2px + 3px) calc(4px + 5px) | Asserts runPass | assert_equals("calc(5px) calc(9px)", "calc(5px) calc(9px)")
at Test.<anonymous> ( /css/css-values/calc-background-position-003.html:32:7) |
|
Pass | testing background-position: calc(18px - 7px) calc(19px - 7px) | Asserts runPass | assert_equals("calc(11px) calc(12px)", "calc(11px) calc(12px)")
at Test.<anonymous> ( /css/css-values/calc-background-position-003.html:32:7) |
|
Pass | testing background-position: calc(4 * 5px) calc(6px * 4) | Asserts runPass | assert_equals("calc(20px) calc(24px)", "calc(20px) calc(24px)")
at Test.<anonymous> ( /css/css-values/calc-background-position-003.html:32:7) |
|
Pass | testing background-position: calc(100px / 4) calc(119px / 7) | Asserts runPass | assert_equals("calc(25px) calc(17px)", "calc(25px) calc(17px)")
at Test.<anonymous> ( /css/css-values/calc-background-position-003.html:32:7) |
|
Pass | testing background-position: calc(6px + 21%) calc(7em + 22%) | Asserts runPass | assert_equals("calc(21% + 6px) calc(22% + 7em)", "calc(21% + 6px) calc(22% + 7em)")
at Test.<anonymous> ( /css/css-values/calc-background-position-003.html:32:7) |
|
Pass | testing background-position: calc(-8px + 23%) calc(-9em + 24%) | Asserts runPass | assert_equals("calc(23% - 8px) calc(24% - 9em)", "calc(23% - 8px) calc(24% - 9em)")
at Test.<anonymous> ( /css/css-values/calc-background-position-003.html:32:7) |
|