blob: 00655b31a9293ec7d74628b2ec8466d7a9c6a5aa [file] [log] [blame]
<html>
<body>
<p> <b>Test purpose:</b> This tests display of multiple parameters given in document.write.
<br>
<b> Expected output: AB </b></p>
<script>
if (window.layoutTestController)
layoutTestController.dumpAsText();
var param_one="A";
var param_two="B";
document.write(param_one,param_two);
</script>
</body>
</html>