tenfourfox/layout/reftests/text/soft-hyphen-in-table-2-ref.html

19 lines
222 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE HTML>
<html>
<head>
<style type="text/css">
table {
border: 1px solid red;
}
</style>
</head>
<body>
<table>
<tr><td style="width:1em">supercalifragilistic- expialidocious</td></tr>
</table>
</body>
</html>