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