chromium/third_party/blink/web_tests/fast/parser/tabs-in-scripts.html

<script>
document.write("x	y".indexOf("\t"));
</script>