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

10 строки
181 B
HTML

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