summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1352464-1.html
blob: 5968392a260b04a78c5d5506e47d805ef1fc007c (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 width="300"></td>
  </tr>
</table>