| Index: LayoutTests/scrollbars/resources/scrollable-iframe-customscrollbar-windowinactive-expected.html | 
| diff --git a/LayoutTests/scrollbars/resources/scrollable-iframe-customscrollbar-expected.html b/LayoutTests/scrollbars/resources/scrollable-iframe-customscrollbar-windowinactive-expected.html | 
| similarity index 86% | 
| copy from LayoutTests/scrollbars/resources/scrollable-iframe-customscrollbar-expected.html | 
| copy to LayoutTests/scrollbars/resources/scrollable-iframe-customscrollbar-windowinactive-expected.html | 
| index 6c76b64d590800ed6f8744076771c3b1adbd29b2..bb5ad8c10640d551ec67250404f4e4eb5b1d5bac 100644 | 
| --- a/LayoutTests/scrollbars/resources/scrollable-iframe-customscrollbar-expected.html | 
| +++ b/LayoutTests/scrollbars/resources/scrollable-iframe-customscrollbar-windowinactive-expected.html | 
| @@ -22,8 +22,8 @@ iframe { | 
| } | 
| </style> | 
| </head> | 
| -    <body> | 
| -        <iframe src="scrollable-subiframe-inactive-expected.html"></iframe> | 
| +    <body> | 
| +        <iframe src="scrollable-subiframe-nowindowinactive-expected.html"></iframe> | 
| <div id="fillDIV" style="background-color:lightblue;width:400px;height:400px;overflow:hidden;"> </div> | 
| </body> | 
| </html> | 
|  |