blob: ab3756bd1c0f52f737a94f5a8623505c2f52d4f6 [file] [log] [blame]
<style>
p {
display: inline-block;
background-color: blue;
width: 60px;
}
</style>
<p>
Quo usque tandem abutere, Catilina, patientia nostra?
</p>
<script>
if (window.internals) {
internals.setMarkedTextMatchesAreHighlighted(true);
internals.countMatchesForText("Quo usque tandem abutere, Catilina, patientia nostra?", 0, "mark");
}
</script>