summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text/soft-hyphen-in-table-2-ref.html
blob: 3e8ec5f985d4a3d655b4395ad37fb0a6623d7c39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!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>