summaryrefslogtreecommitdiff
path: root/src/adblock/tests/divhidingtest.html
blob: a38e9ea17998577d333a578a89d704b7cfd805d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>