Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-values/crashtests/calc-with-percent-and-number-in-line-height.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="utf-8">
<title>calc() with percent and number in line-height should not crash</title>
<style>
* {
line-height: calc(100% + 30);
}
</style>