Sign in
webkit
/
WebKit
/
73559930a6418bc4621c1c5774b11e1be9c21a8f
/
.
/
LayoutTests
/
js
/
resources
/
lexical-lookup-in-function-constructor-child.html
blob: ec1058197d069389d42b121b708b63f879630048 [
file
] [
log
] [
blame
]
<script>
message
=
"SUCCESS"
;
function
doTest
(
para
)
{
var
f
=
new
Function
(
'para'
,
'para.innerHTML = message;'
);
f
(
para
);
}
</script>
<body>
</body>