mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 17:16:12 +00:00
14 lines
165 B
HTML
14 lines
165 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
.test::after {
|
|
content:"::after content";
|
|
}
|
|
</style>
|
|
<table>
|
|
<tr>
|
|
<td class="test">
|
|
Cell contents
|
|
</td>
|
|
</tr>
|
|
</table>
|