From 0a7ae631cd72100abdc26b84b06006bb5b166cba Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka <ueokande@i-beam.org> Date: Mon, 2 Oct 2017 21:35:52 +0900 Subject: follow as redux --- test/components/follow.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/components/follow.html (limited to 'test/components/follow.html') 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> -- cgit v1.2.3