Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug3103.html
blob6ef667e33d362e31a30e6d6d620d466a5e7e85fa
1 <table border=4 height=400>
2 <tr>
3 <td rowspan=2 width=200 >
4 1 Some sample text for the first column. Notice its formatting.
5 </td>
6 <td width=400>
7 2 Here is some sample text to demonstrate the problem. Is there some
8 setting in Navigator that will make this work correctly ? If so I
9 haven't found it. Is this a bug ?
10 </td>
11 </tr>
12 <tr>
13 <td width=400>
14 3 Here is some sample text to demonstrate the problem. Is there some
15 setting in Navigator that will make this work correctly ? If so I
16 haven't found it. Is this a bug ?
17 </td>
18 </tr>
19 </table>