Sign in
webkit
/
WebKit
/
73559930a6418bc4621c1c5774b11e1be9c21a8f
/
.
/
LayoutTests
/
js
/
script-tests
/
for-in-to-text.js
blob: 58d8ae7f46ef88207f42b1de4dc30313c450d4b8 [
file
] [
log
] [
blame
]
description
(
"This tests that JavaScriptCore ForInNodes are converted correctly to text."
);
function
test
()
{
for
(
j in index
)
{
testProperty
(
index
[
j
]);
}
}
shouldBeTrue
(
"test.toString().match('for *[(]j *in *index[)]') != null"
);