summaryrefslogtreecommitdiff
path: root/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/js-link-replacement/source.html
blob: ee63fc89b9f674e59ea941a2c666eda50a7031b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8"/>
  <title>Replace javascript: links</title>
</head>
<body>  
  <a href="javascript:">
      <p>abc</p>
      <p>def</p>
      ghi
    </a>
</body>
</html>