blob: 2ccdceeef0065d8defe4b142e53249d76f1aeb69 [file] [log] [blame]
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
FAIL
<script>
function returnStringValue() {
return "test";
}
if (window.testRunner)
testRunner.dumpAsText();
parent.document.getElementById("parent").setAttribute("src", "javascript: returnStringValue()");
</script>
</body>
</html>