Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / basic / 007.html
blob62dac13bcb659f044823584b5d42a7b408135595
1 <html>
2 <body>
3 <table border=2 cellspacing=0 cellpadding=0 width=100%>
4 <tr><td width=100%>A Big Cell</td>
5 <td>A small<span>cell</span></td>
6 </table>
8 <table border=2 cellspacing=0 cellpadding=0 width=100%>
9 <tr><td width=100%>A Big Cell</td>
10 <td style="white-space:pre">A small
11 <span>cell</span>block!</td>
12 </table>
14 <table border=2 cellspacing=0 cellpadding=0 width=100%>
15 <tr><td width=100%>A Big Cell</td>
16 <td style="white-space:nowrap">A small<span>cell</span></td>
17 </table>