blob: 9edc158e0ebf7d9e5a0a6a14ba254e9ed17b89b4 [file] [log] [blame]
<html>
<body>
FAIL
<script>
function returnStringValue() {
return "test";
}
if (window.layoutTestController)
layoutTestController.dumpAsText();
parent.document.getElementById("parent").setAttribute("src", "javascript: returnStringValue()");
</script>
</body>
</html>