1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-12 19:38:36 +00:00
Files
UXP/layout/reftests/generated-content/dynamic-table-cell-01b.html
T

14 lines
165 B
HTML

<!DOCTYPE html>
<style>
.test::after {
content:"::after content";
}
</style>
<table>
<tr>
<td class="test">
Cell contents
</td>
</tr>
</table>