summaryrefslogtreecommitdiffstats
path: root/layout/tables/reftests/dynamic-text-indent-table-cell-ref.html
blob: de749b910ab947d40868db57ec73445c5ce2e197 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
  <table>
    <tr>
      <td style="text-indent: 50px">
        Some text
      </td>
    </tr>
  </table>
</html>