wpt / css / css-values / crashtests / calc-with-percent-and-number-in-line-height.html

Status: PASS | Duration: 1ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi

/css/css-values/crashtests/calc-with-percent-and-number-in-line-height.html

<!DOCTYPE html>
<meta charset="utf-8">
<title>calc() with percent and number in line-height should not crash</title>
<link rel="help" href="https://crbug.com/40358562">
<style>
* {
  line-height: calc(100% + 30);
}
</style>