~ubuntu-branches/ubuntu/trusty/gtkhtml3.14/trusty-proposed

« back to all changes in this revision

Viewing changes to src/tests/test11.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-03-13 11:26:39 UTC
  • Revision ID: james.westby@ubuntu.com-20070313112639-5calgv5774i4f95v
Tags: upstream-3.14.0
ImportĀ upstreamĀ versionĀ 3.14.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
    <table border=2>
 
3
      <tr>
 
4
        <td nowrap>
 
5
          This is a very long string but the <a href="http://www.gnome.org/">browser</a> shouldn't 
 
6
          do any line breaking because it uses the <i>nowrap</i> keyword.
 
7
        </td>
 
8
        <td>
 
9
          This is also a very long string but the browser should do line breaking because
 
10
          it doesn't use the <i>nowrap</i> keyword.</td>
 
11
      </tr>
 
12
    </table>
 
13
</html>