Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alanhamlett committed Sep 17, 2020
1 parent 146c944 commit 7107595
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 7107595

Please sign in to comment.