Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<meta charset="utf-8">
<div id="t"></div>
<script>
const filler = 'a'.repeat(122);
document.getElementById('t').textContent = filler + ' ‍x';
window.find(filler + ' ', false, false, false, true, false, false);
</script>