Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alanhamlett committed Sep 18, 2020
1 parent fd81de5 commit 40050e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tm-cases/link_with_blank.html
@@ -1,5 +1,5 @@
<p><a target="_blank" href="http://www.example.com">Ref</a></p>
<p><a rel="noopener" target="_blank" href="http://www.example.com">Ref</a></p>

<p><a href="#bar">Foo</a></p>

<p><a target="_blank" href="http://www.example.com/two#three">One</a></p>
<p><a rel="noopener" target="_blank" href="http://www.example.com/two#three">One</a></p>

0 comments on commit 40050e7

Please sign in to comment.