blob: aec6d4c34b11db9158c16b758db358bc90606e8d [file] [log] [blame]
<!doctype HTML>
<style>
:before {
content: "before";
}
:after {
content: "after";
}
</style>
<table>
<tr>
<td><input type="text"></td>
<td><input type="submit"></td>
</tr>
</table>