Home | History | Annotate | Download | only in Tests_2007
      1 <p><img src="/path/to/img.jpg" alt="Alt text" title="" /></p>
      2 
      3 <p><img src="/path/to/img.jpg" alt="Alt text" title="Optional title" /></p>
      4 
      5 <p>Inline within a paragraph: <a href="/url/">alt text</a>.</p>
      6 
      7 <p><img src="/url/" alt="alt text" title="title preceded by two spaces" /></p>
      8 
      9 <p><img src="/url/" alt="alt text" title="title has spaces afterward" /></p>
     10 
     11 <p><img src="/url/" alt="alt text" title="" /></p>
     12 
     13 <p><img src="/url/" alt="alt text" title="with a title" />.</p>
     14 
     15 <p><img src="" alt="Empty" title="" /></p>
     16 
     17 <p><img src="http://example.com/(parens).jpg" alt="this is a stupid URL" title="" /></p>
     18 
     19 <p><img src="/url/" alt="alt text" /></p>
     20 
     21 <p><img src="/url/" alt="alt text" title="Title here" /></p>
     22