You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
breadability/tests/data/snippets/test_readable_unlikely.html

29 lines
848 B
HTML

<html>
<head>
<title>Min Document Title</title>
</head>
<body>
<h1>Min Document</h1>
<p>Testing content</p>
<!-- This is all stuff that should disappear -->
<div class="comment">Gone</div>
<div id="disqus">Gone</div>
<p id="foot">Gone</div>
<p id="header">Gone</div>
<p class="header">Gone</div>
<div id="header">Gone</div>
<div id="header">Gone</div>
<!-- These have bad and good terms so should stay -->
<div id="mainfoot">Gone</div>
<div id="harticleeader">Gone</div>
<div class="article header">Gone</div>
<div class="column header">Gone</div>
<a class="imgBlogpostPermalink">Gone</a>
<!-- And this will stick around for final -->
<div>Final content.</div>
</body>
</html>