gecko-dev/layout/reftests/bugs/1352464-1.html

10 строки
172 B
HTML

<!DOCTYPE html>
<style>
td::before { content: "Test"; display: inline-block; border: 3px solid black }
</style>
<table>
<tr>
<td width="300"></td>
</tr>
</table>