Files
tubestation/layout/tables/reftests/dynamic-text-indent-table-cell-ref.html
2017-03-03 16:14:39 -05:00

11 lines
138 B
HTML

<!DOCTYPE html>
<html>
<table>
<tr>
<td style="text-indent: 50px">
Some text
</td>
</tr>
</table>
</html>