| Index: third_party/WebKit/Source/web/tests/data/root-scroller-iframe.html
|
| diff --git a/third_party/WebKit/Source/web/tests/data/root-scroller-iframe.html b/third_party/WebKit/Source/web/tests/data/root-scroller-iframe.html
|
| index b6a6db16b22a6627560982391892741c37daae96..4bb6e9bb6fab8961d1cc0319664f222569cd5ab0 100644
|
| --- a/third_party/WebKit/Source/web/tests/data/root-scroller-iframe.html
|
| +++ b/third_party/WebKit/Source/web/tests/data/root-scroller-iframe.html
|
| @@ -21,10 +21,16 @@
|
| height: 100%;
|
| border-style: none;
|
| }
|
| +
|
| + #spacer {
|
| + width: 800px;
|
| + height: 800px;
|
| + }
|
| </style>
|
| </head>
|
|
|
| <body>
|
| <iframe src="root-scroller-child.html" id="iframe"></iframe>
|
| + <div id="spacer"></div>
|
| </body>
|
| </html>
|
|
|