summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1352464-1-ref.html
blob: 34f033e03cc51ddae0ae1ae0c9ac2d7276659136 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<style>
  td::before { content: "Test"; display: inline-block; border: 3px solid black }
</style>
<table>
  <tr>
    <td style="width: 300px"></td>
  </tr>
</table>