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