Sign in
webkit
/
WebKit
/
a659cc2560ef03ca74fc359443f5a95cd40bafd1
/
.
/
LayoutTests
/
imported
/
blink
/
css3
/
calc
/
calc-with-percent-and-number-in-line-height-crash.html
blob: 2f7dd03a48de36fbdc13411d25f891d37299ffca [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
*
{
line-height
:
calc
(
100%
+
30
);
}
</style>
<p>
PASS if it does not crash in debug.
</p>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>