Sign in
webkit
/
WebKit
/
c162694e7d683619825c77f9e578fb1a1458a04d
/
.
/
LayoutTests
/
fast
/
parser
/
tabs-in-scripts.html
blob: 54d4a2b2fac1f0a35e5ff43191bbe7064a275fad [
file
] [
log
] [
blame
]
<script>
document
.
write
(
"x y"
.
indexOf
(
"\t"
));
</script>