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