Test chromium/chrome/fast/dom/document_write_params.html Detail

id
chromium/chrome/fast/dom/document_write_params.html
type
layouttest
version
0
enabled
1
tags
flags
sections
url
http://localhost:8888/chromium/chrome/fast/dom/document_write_params.html
file
chromium/chrome/fast/dom/document_write_params.html

results
Firefox 2 Win (2.0.0.20) Firefox 2 Lin (2.0.0.20) Firefox 3 Win (3.0.6) Firefox 3 Lin (3.0.6) Firefox 3.1 Win (3.1b2) Firefox 3.1 Lin (3.1b2) Firefox trunk Win (2009 02 22) Firefox trunk Lin (2009 02 22) Safari 3 Win (3.2) Safari trunk Win (41121) Opera 9 Win (9.62) Opera 9 Lin (9.62) IE 6 Win (6) IE 7 Win (7) IE 8 Win (8rc1)
PASS PASS PASS PASS PASS PASS PASS PASS PASS PASS PASS PASS PASS PASS HANG

Layouttest detail

expected:
Test purpose: This tests if Chrome can display multiple parameters given in document.write. See bug#885464 
Expected output: AB

AB
file:
<html>
<body>
<p>  <b>Test purpose:</b>  This tests if Chrome can display multiple parameters given in document.write. See bug#885464 
<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>
file frame show/hide: