haikuwebkit/LayoutTests/fast/text/mark-matches-rendering-simp...

14 lines
316 B
HTML

<script>
if (window.internals)
internals.settings.setSimpleLineLayoutEnabled(false);
</script>
<p>
Quo usque tandem abutere, Catilina, patientia nostra?
</p>
<script>
if (window.internals) {
internals.setMarkedTextMatchesAreHighlighted(true);
internals.countMatchesForText("ti", [], "mark");
}
</script>