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..59676f6a95335d16570c445f158fa21f24567059 |
--- /dev/null |
+++ b/LayoutTests/scrollbars/resources/scrollable-subiframe-nowindowinactive.html |
@@ -0,0 +1,12 @@ |
+<!DOCTYPE html> |
+<style> |
+::-webkit-scrollbar { |
+ width: 12px; |
+ height: 12px; |
+ background: rgba(255,0,0,0.8); |
+} |
+html { |
+ overflow: scroll |
+} |
+ |
+</style> |