diff options
Diffstat (limited to 'test/content/follow.html')
-rw-r--r-- | test/content/follow.html | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/content/follow.html b/test/content/follow.html deleted file mode 100644 index 6bd8f87..0000000 --- a/test/content/follow.html +++ /dev/null @@ -1,9 +0,0 @@ -<!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> |