Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug19599.html
blob1d680826d6bdf2290d3e1e04aea8fd780d26a087
1 <HTML>
2 <HEAD>
4 <TITLE>INPUT=IMAGE in a Table </TITLE>
8 </head>
9 <body>
12 <p>The INPUT element using the IMAGE attribute is used to load the image in the table. This image flows outside the
13 <br>the table after the window has been resized.</p>
14 <table WIDTH="200" align="center" bgcolor="red">
15 <tr>
16 <td>
17 <input type="image" src="../images/button_go_nav.gif" alt="button">
19 </td>
20 </tr>
21 </table>
25 <p>This test case is identicate to one above except the table is assigned a border of 2 pixels</p>
26 <table WIDTH="200" align="center" bgcolor="red" border=2>
27 <tr>
28 <td>
29 <input type="image" src="../images/button_go_nav.gif" alt="button">
31 </td>
32 </tr>
33 </table>
35 </body>
36 </html>