add follow tests
This commit is contained in:
parent
d4d54ca496
commit
c50f463bc1
3 changed files with 35 additions and 1 deletions
9
test/content/follow.html
Normal file
9
test/content/follow.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<a href='#' >link</a>
|
||||
<a href='#' style='display:none'>invisible 1</a>
|
||||
<a href='#' style='visibility:hidden'>invisible 2</a>
|
||||
<i>not link<i>
|
||||
</body>
|
||||
</html>
|
Reference in a new issue