haikuwebkit/LayoutTests/fast/parser/tabs-in-scripts.html

4 lines
56 B
HTML

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