trisquel-icecat/icecat/layout/reftests/first-letter/1404167-2-ref.html

13 lines
221 B
HTML

<!doctype html>
<style>
td::first-letter {
border: inherit;
}
</style>
<table>
<tr>
<td style="border: 10px solid green">
This text should have a green border on the first letter.
</td>
</tr>
</table>