Chromium Code Reviews| Index: LayoutTests/scrollbars/custom-scrollbar-thumb-inactive-only-on-windowinactive-selector.html |
| diff --git a/LayoutTests/scrollbars/custom-scrollbar-thumb-inactive-pseudo.html b/LayoutTests/scrollbars/custom-scrollbar-thumb-inactive-only-on-windowinactive-selector.html |
| similarity index 83% |
| copy from LayoutTests/scrollbars/custom-scrollbar-thumb-inactive-pseudo.html |
| copy to LayoutTests/scrollbars/custom-scrollbar-thumb-inactive-only-on-windowinactive-selector.html |
| index 91044175f910baff8ba1c63688e95bd89c92e573..769aaffdc2ad0403aa9da2a6137aeb02335860f0 100644 |
| --- a/LayoutTests/scrollbars/custom-scrollbar-thumb-inactive-pseudo.html |
| +++ b/LayoutTests/scrollbars/custom-scrollbar-thumb-inactive-only-on-windowinactive-selector.html |
| @@ -15,9 +15,6 @@ |
| background: rgba(255,0,0,0.8); |
| -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); |
| } |
| -::-webkit-scrollbar-thumb:window-inactive { |
| - background: rgba(255,150,250,0.8); |
| -} |
| html { |
| overflow: scroll; |
| } |
| @@ -32,7 +29,7 @@ div { |
| } |
| </style> |
| <body> |
|
rune
2015/01/20 15:48:12
Drop <body>
MuVen
2015/01/21 06:14:09
Done.
|
| -<iframe src="resources/scrollable-iframe-customscrollbar.html"></iframe> |
| +<iframe src="resources/scrollable-iframe-customscrollbar-windowinactive.html"></iframe> |
| <div><p style="width:200px;height:200px"></p></div> |
| <div><p style="width:200px;height:200px"></p></div> |
|
rune
2015/01/20 15:48:12
overflow:scroll in the stylesheet should make the
MuVen
2015/01/21 06:14:09
I have replaced p element with div element, just t
|
| </body> |