| Index: third_party/WebKit/LayoutTests/printing/resources/paged-media-test-utils.js
|
| diff --git a/third_party/WebKit/LayoutTests/printing/resources/paged-media-test-utils.js b/third_party/WebKit/LayoutTests/printing/resources/paged-media-test-utils.js
|
| index a2d5deb1f6d1483fd7b45e984b68695e5906c74a..73745af7630640020e84841c46907ec6a1dc28f2 100644
|
| --- a/third_party/WebKit/LayoutTests/printing/resources/paged-media-test-utils.js
|
| +++ b/third_party/WebKit/LayoutTests/printing/resources/paged-media-test-utils.js
|
| @@ -62,7 +62,7 @@ function runPrintingTest(testFunction)
|
|
|
| function ratioToPageHeightToPixels(heightInRatioToPageHeight)
|
| {
|
| - var pageHeightInPixels = 600 * 1.25;
|
| + var pageHeightInPixels = 600 * 1.333;
|
| return Math.floor(pageHeightInPixels * heightInRatioToPageHeight);
|
| }
|
|
|
|
|