Index: third_party/WebKit/LayoutTests/printing/page-height-zero-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/printing/page-height-zero-expected.txt b/third_party/WebKit/LayoutTests/printing/page-height-zero-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..eb4b6860adfedee387778759076cb5740a11c450 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/printing/page-height-zero-expected.txt |
@@ -0,0 +1,11 @@ |
+Test that an exception is thrown when attempting to set zero page height |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS internals.numberOfPages(100, 0) threw exception TypeError: Failed to execute 'numberOfPages' on 'Internals': Page width and height must be larger than 0.. |
+PASS internals.pageNumber(document.body, 100, 0) threw exception TypeError: Failed to execute 'pageNumber' on 'Internals': Page width and height must be larger than 0.. |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |