| Index: content/browser/devtools/protocol/devtools_protocol_browsertest.cc
|
| diff --git a/content/browser/devtools/protocol/devtools_protocol_browsertest.cc b/content/browser/devtools/protocol/devtools_protocol_browsertest.cc
|
| index 72a3068a235f10de51cfbc452b68ff4a87c2d887..6c9033f0ddac228426d4ee0512e4a80ef7ec5d12 100644
|
| --- a/content/browser/devtools/protocol/devtools_protocol_browsertest.cc
|
| +++ b/content/browser/devtools/protocol/devtools_protocol_browsertest.cc
|
| @@ -781,7 +781,7 @@ IN_PROC_BROWSER_TEST_F(CaptureScreenshotTest,
|
| PlaceAndCaptureBox(kFrameSize, gfx::Size(100, 200), 0.5);
|
|
|
| // Ensure that content outside the emulated frame is painted, too.
|
| - PlaceAndCaptureBox(kFrameSize, gfx::Size(10, 10000), 1.0);
|
| + PlaceAndCaptureBox(kFrameSize, gfx::Size(10, 8192), 1.0);
|
| }
|
|
|
| // Verifies that setDefaultBackgroundColor and captureScreenshot support a
|
|
|