Chromium Code Reviews| Index: LayoutTests/scrollbars/custom-scrollbar-inactive-only-on-windowinactive-selector-expected.html |
| diff --git a/LayoutTests/scrollbars/custom-scrollbar-inactive-only-on-windowinactive-selector-expected.html b/LayoutTests/scrollbars/custom-scrollbar-inactive-only-on-windowinactive-selector-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..454a49f85843baca20db4a008cc81a04241d9a5d |
| --- /dev/null |
| +++ b/LayoutTests/scrollbars/custom-scrollbar-inactive-only-on-windowinactive-selector-expected.html |
| @@ -0,0 +1,19 @@ |
| +<!DOCTYPE HTML> |
| +<style> |
| +::-webkit-scrollbar { |
| + width: 12px; |
| + height: 12px; |
| + background: rgba(255,0,0,0.8); |
| +} |
| +body { |
| + width: 1000px; |
| + height: 1000px; |
| +} |
| +div { |
| + width: 100px; |
| + height: 100px; |
| + overflow: scroll; |
| +} |
| +</style> |
| +<iframe src="resources/scrollable-iframe-customscrollbar-windowinactive-expected.html"></iframe> |
| +<div><div></div></div> |