Mypal/layout/reftests/text/soft-hyphen-in-table-1-notref.html
2019-03-11 13:26:37 +03:00

19 lines
221 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<style type="text/css">
table {
border: 1px solid red;
}
</style>
</head>
<body>
<table>
<tr><td style="width:10em">supercalifragilisticexpialidocious</td></tr>
</table>
</body>
</html>