| Index: webkit/data/layout_tests/chrome/fast/dom/document_write_params.html
|
| ===================================================================
|
| --- webkit/data/layout_tests/chrome/fast/dom/document_write_params.html (revision 12664)
|
| +++ webkit/data/layout_tests/chrome/fast/dom/document_write_params.html (working copy)
|
| @@ -1,15 +0,0 @@
|
| -<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>
|
|
|