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
-
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: