Chromium Code Reviews| Index: LayoutTests/scrollbars/resources/scrollable-subiframe-nowindowinactive-expected.html |
| diff --git a/LayoutTests/scrollbars/resources/scrollable-subiframe-nowindowinactive-expected.html b/LayoutTests/scrollbars/resources/scrollable-subiframe-nowindowinactive-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..b4805a856032a55819acdabc4b7a2333a52a0715 |
| --- /dev/null |
| +++ b/LayoutTests/scrollbars/resources/scrollable-subiframe-nowindowinactive-expected.html |
| @@ -0,0 +1,9 @@ |
| +<!DOCTYPE html> |
| +<style> |
| +::-webkit-scrollbar { |
| + width: 12px; |
| + height: 12px; |
| + background: rgba(255,0,0,0.8); |
|
rune
2015/01/22 09:21:23
Indentation
|
| +} |
| +</style> |
| +<div style="width:400px;height:400px;overflow:hidden;"> </div> |