Sign in
chromium
/
chromium
/
src.git
/
lkgr-android-internal
/
.
/
content
/
test
/
data
/
accessibility
/
html
/
table-with-pseudo-elements.html
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>