| Index: LayoutTests/scrollbars/custom-scrollbar-thumb-inactive-only-on-windowinactive-selector-expected.html
|
| diff --git a/LayoutTests/scrollbars/custom-scrollbar-thumb-inactive-pseudo-expected.html b/LayoutTests/scrollbars/custom-scrollbar-thumb-inactive-only-on-windowinactive-selector-expected.html
|
| similarity index 82%
|
| copy from LayoutTests/scrollbars/custom-scrollbar-thumb-inactive-pseudo-expected.html
|
| copy to LayoutTests/scrollbars/custom-scrollbar-thumb-inactive-only-on-windowinactive-selector-expected.html
|
| index 47809bb88bf8d7f19060af55664acf962c211e68..4040c93c1e18094748adaaffd8148859c8da1ffc 100644
|
| --- a/LayoutTests/scrollbars/custom-scrollbar-thumb-inactive-pseudo-expected.html
|
| +++ b/LayoutTests/scrollbars/custom-scrollbar-thumb-inactive-only-on-windowinactive-selector-expected.html
|
| @@ -12,7 +12,7 @@
|
| ::-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);
|
| }
|
| html {
|
| @@ -29,7 +29,7 @@ div {
|
| }
|
| </style>
|
| <body>
|
| -<iframe src="resources/scrollable-iframe-customscrollbar-expected.html"></iframe>
|
| +<iframe src="resources/scrollable-iframe-customscrollbar-windowinactive-expected.html"></iframe>
|
| <div><p style="width:200px;height:200px"></p></div>
|
| <div><p style="width:200px;height:200px"></p></div>
|
| </body>
|
|
|