RetroZilla/layout/html/tests/table/printing/bug138349-2.html

7 lines
212 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<html>
<style>
img { width: 200px; height: 1000px }
</style>
<body><table border="1" align=left><tr><td><img><form><input></form></td></tr></table><table border="1"><tr><td><img></td></tr></table></body>
</html>