Chromium Code Reviews| Index: LayoutTests/scrollbars/resources/scrollable-iframe-customscrollbar-windowinactive-expected.html |
| diff --git a/LayoutTests/scrollbars/resources/scrollable-iframe-customscrollbar-windowinactive-expected.html b/LayoutTests/scrollbars/resources/scrollable-iframe-customscrollbar-windowinactive-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..7e20daf3013f2f0571c8e1147720cebaa2db7b14 |
| --- /dev/null |
| +++ b/LayoutTests/scrollbars/resources/scrollable-iframe-customscrollbar-windowinactive-expected.html |
| @@ -0,0 +1,13 @@ |
| +<!DOCTYPE html> |
| +<style> |
| +::-webkit-scrollbar { |
| + width: 12px; |
| + height: 12px; |
| + background: rgba(255,150,250,0.8); |
|
rune
2015/01/22 09:21:23
Wrong indentation?
|
| +} |
| +iframe { |
| + width: 100px; |
| + height: 130px; |
| +} |
| +</style> |
| +<iframe src="scrollable-subiframe-nowindowinactive-expected.html"></iframe> |