Chromium Code Reviews| Index: LayoutTests/fast/dom/HTMLDocument/document-write-variadic-expected.txt |
| diff --git a/LayoutTests/fast/dom/HTMLDocument/document-write-variadic-expected.txt b/LayoutTests/fast/dom/HTMLDocument/document-write-variadic-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..40a460287e4ebd149c7a9fe7ad0732c8b8c981b7 |
| --- /dev/null |
| +++ b/LayoutTests/fast/dom/HTMLDocument/document-write-variadic-expected.txt |
| @@ -0,0 +1,14 @@ |
| +Check the behavior of HTMLDocument.write() / writeln(). |
| + |
| +You should see exactly 2 'PASS' lines below: |
| +PASS |
| +PASS |
| + |
| +You should see exactly 2 'null' lines below: |
| +null |
| +null |
| + |
| +You should see exactly 2 'undefined' lines below: |
| +undefined |
| +undefined |
| + |