Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla_expected_failures / bugs / 97619.html
blobff617b88dfee18dec1b7901cc033f84c11b4dd8e
1 <html>
2 <head>
3 <title>Testcase bug 32191</title>
4 <body>
6 <table border="1" width="100%" summary="faulty line-break">
7 <tr>
8 <td>check for handling of whitespace <img src="../images/detach.gif" alt="" width="20"> around the image</td>
9 <td width="100%">X</td>
10 </tr>
11 </table>
13 <hr width="75px" align="left">
15 <table border="1" width="100%" summary="faulty line-break">
16 <tr>
17 <td>aa bb cc dd <img src="../images/detach.gif" alt="" width="20"> ee ff gg</td>
18 <td width="100%">X</td>
19 </tr>
20 </table>
22 <hr width="75px" align="left">
24 <table border="1" width="100%" summary="faulty line-break">
25 <tr>
26 <td>checkforhandlingofnowhitespace <img src="../images/detach.gif" alt="" width="20"> aroundtheimage</td>
27 <td width="100%">X</td>
28 </tr>
29 </table>
31 <hr width="75px" align="left">
33 <table border="1" width="100%" summary="faulty line-break">
34 <tr>
35 <td>checkforhandlingofnowhitespace<img src="../images/detach.gif" alt="" width="20">aroundtheimage</td>
36 <td width="100%">X</td>
37 </tr>
38 </table>
40 </body>
41 </html>