aboutsummaryrefslogtreecommitdiff
path: root/oldtests/Original/Links_inline_style.html
blob: feb463757dec6c3069f5a331ce11d1ac33aeeabb (plain)
  1. <p>Just a <a href="/url/">URL</a>.</p>
  2. <p><a href="/url/" title="title">URL and title</a>.</p>
  3. <p><a href="/url/" title="title preceded by two spaces">URL and title</a>.</p>
  4. <p><a href="/url/" title="title preceded by a tab">URL and title</a>.</p>
  5. <p><a href="/url/" title="title has spaces afterward">URL and title</a>.</p>
  6. <p><a href="/url/">URL wrapped in angle brackets</a>.</p>
  7. <p><a href="/url/" title="Here's the title">URL w/ angle brackets + title</a>.</p>
  8. <p><a href="">Empty</a>.</p>
  9. <p><a href="http://en.wikipedia.org/wiki/WIMP_(computing)">With parens in the URL</a></p>
  10. <p>(With outer parens and <a href="/foo(bar)">parens in url</a>)</p>
  11. <p><a href="/foo(bar)" title="and a title">With parens in the URL</a></p>
  12. <p>(With outer parens and <a href="/foo(bar)" title="and a title">parens in url</a>)</p>