Chromium Code Reviews| Index: LayoutTests/scrollbars/resources/scrollable-subiframe-nowindowinactive.html |
| diff --git a/LayoutTests/scrollbars/resources/scrollable-subiframe-nowindowinactive.html b/LayoutTests/scrollbars/resources/scrollable-subiframe-nowindowinactive.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..74729cce77e176631f0c63099dd2e669db3e101f |
| --- /dev/null |
| +++ b/LayoutTests/scrollbars/resources/scrollable-subiframe-nowindowinactive.html |
| @@ -0,0 +1,10 @@ |
| +<!DOCTYPE html> |
| +<style> |
| +::-webkit-scrollbar { |
| + width: 12px; |
| + height: 12px; |
| + background: rgba(255,0,0,0.8); |
|
rune
2015/01/22 09:21:23
Wrong indentation
|
| +} |
| +</style> |
| +<div style="width:400px;height:400px;overflow:hidden;"> </div> |
|
rune
2015/01/22 09:21:23
Instead of this div you could've used "html { over
|
| + |