wpt / css / css-tables / crashtests / cell-contents-with-negative-outer-size.html

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

/css/css-tables/crashtests/cell-contents-with-negative-outer-size.html

<!DOCTYPE html>
<meta charset="utf-8">
<link rel="author" title="Oriol Brufau" href="obrufau@igalia.com">
<link rel="help" href="https://github.com/servo/servo/issues/36481">
<style>span { display: inline-block; margin-right: -1px; }</style>
<table><td>a<span></span></td></table>