| Index: LayoutTests/scrollbars/resources/scrollable-subiframe-nowindowinactive-expected.html
|
| diff --git a/LayoutTests/scrollbars/resources/scrollable-subiframe-inactive-expected.html b/LayoutTests/scrollbars/resources/scrollable-subiframe-nowindowinactive-expected.html
|
| similarity index 91%
|
| copy from LayoutTests/scrollbars/resources/scrollable-subiframe-inactive-expected.html
|
| copy to LayoutTests/scrollbars/resources/scrollable-subiframe-nowindowinactive-expected.html
|
| index e5467c7982880fcee31f543e74a11adda498c2bf..47a26dc8aa7660f8f00f6a79f74006cda847f789 100644
|
| --- a/LayoutTests/scrollbars/resources/scrollable-subiframe-inactive-expected.html
|
| +++ b/LayoutTests/scrollbars/resources/scrollable-subiframe-nowindowinactive-expected.html
|
| @@ -13,12 +13,12 @@
|
| ::-webkit-scrollbar-thumb {
|
| -webkit-border-radius: 10px;
|
| border-radius: 10px;
|
| - background: rgba(255,150,250,0.8);
|
| + background: rgba(255,0,0,0.8);
|
| -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
|
| }
|
| </style>
|
| </head>
|
| - <body>
|
| + <body>
|
| <div id="fillDIV" style="background-color:lightblue;width:400px;height:400px;overflow:hidden;"> </div>
|
| </body>
|
| </html>
|
|
|