diff options
Diffstat (limited to 'src/adblock/tests/divhidingtest.html')
-rw-r--r-- | src/adblock/tests/divhidingtest.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/adblock/tests/divhidingtest.html b/src/adblock/tests/divhidingtest.html new file mode 100644 index 00000000..a38e9ea1 --- /dev/null +++ b/src/adblock/tests/divhidingtest.html @@ -0,0 +1,15 @@ +<html> + +<head> +</head> + +<body> + +<div class="advise"> +<h1>Oh oh.. an advise!!</h1> +</div> +<h2>no advises here :)</h2> +At least, I hope so... +</body> + +</html>
\ No newline at end of file |