According to the new CSS specification [1], CSS calc() math function should allow infinity and NaN values by 'infinity', '-infinity', 'NaN' keywords or expressions that could be evaluated into infinity or NaN such as 'calc(1/0)'. [1] https://drafts.csswg.org/css-values-4/#calc-type-checking
<rdar://problem/72366750>
*** This bug has been marked as a duplicate of bug 231044 ***