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