diff options
Diffstat (limited to 'tests2/tm-cases-new/inline_links.html')
-rw-r--r-- | tests2/tm-cases-new/inline_links.html | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tests2/tm-cases-new/inline_links.html b/tests2/tm-cases-new/inline_links.html deleted file mode 100644 index 8c5a4fb..0000000 --- a/tests2/tm-cases-new/inline_links.html +++ /dev/null @@ -1,11 +0,0 @@ -<p>an inline <a href="/url/">link</a> -</p> - -<p>a <a href="/url/" title="title">link "with" title</a> -</p> - -<p>an inline <img src="/url/" alt="image link"/> -</p> - -<p>an <img src="/url/" title="title" alt="image "with" title"/> -</p> |