RetroZilla/layout/html/tests/table/interactive/bug72181.html

28 lines
226 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<html>
<head>
<title>resize me</title>
</head>
<body>
Hit Ctl+ a few times to resize text
<table border>
<tr>
<td>
aaaaa
</td>
<td>
bbbbb
</td>
<td>
ccccc
</td>
<td>
ddddd
</td>
<td>
eeeee
</td>
</tr>
</table>
</body>
</html>