| Index: LayoutTests/scrollbars/resources/scrollable-iframe-customscrollbar-windowinactive.html
|
| diff --git a/LayoutTests/scrollbars/resources/scrollable-iframe-customscrollbar-windowinactive.html b/LayoutTests/scrollbars/resources/scrollable-iframe-customscrollbar-windowinactive.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..01e7543eb18ad5f5d97611078160bcca707eb421
|
| --- /dev/null
|
| +++ b/LayoutTests/scrollbars/resources/scrollable-iframe-customscrollbar-windowinactive.html
|
| @@ -0,0 +1,16 @@
|
| +<!DOCTYPE html>
|
| +<style>
|
| +::-webkit-scrollbar {
|
| + width: 12px;
|
| + height: 12px;
|
| + background: rgba(255,0,0,0.8);
|
| +}
|
| +::-webkit-scrollbar:window-inactive {
|
| + background: rgba(255,150,250,0.8);
|
| +}
|
| +iframe {
|
| + width: 100px;
|
| + height: 130px;
|
| +}
|
| +</style>
|
| +<iframe src="scrollable-subiframe-nowindowinactive.html"></iframe>
|
|
|