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