Sign in
webkit
/
WebKit
/
6ac1ae7345a9a50f3760d4fdf5f8c6512c4a9901
/
.
/
LayoutTests
/
fast
/
frames
/
resources
/
set-src-to-javascript-url.html
blob: bbac362aaa179f4fc2df5610ea4ec852e4d95d47 [
file
] [
log
] [
blame
]
<html>
<body>
FAIL
<script>
function
returnStringValue
()
{
return
"test"
;
}
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
parent
.
document
.
getElementById
(
"parent"
).
setAttribute
(
"src"
,
"javascript: returnStringValue()"
);
</script>
</body>
</html>