Mypal/layout/reftests/generated-content/dynamic-table-cell-01b.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>