<!DOCTYPE html> | |
<head> | |
<script> | |
if (window.testRunner) | |
testRunner.dumpAsText(); | |
</script> | |
</head> | |
<body> | |
<div> | |
Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=116715">bug #116715</a>: ASSERTION FAILED: type() == Percent in WebCore::Length::percent<br> | |
This test passes if there's no crash. | |
</div> | |
<table> | |
<tr> | |
<td scope="col" colspan="5" style="width: -webkit-calc(100% + -100px);"></td> | |
</tr> | |
</table> | |
</body> | |
</html> |