Index: third_party/WebKit/LayoutTests/fast/scrolling/hide-scrollbars-in-frame-expected.html |
diff --git a/third_party/WebKit/LayoutTests/fast/scrolling/hide-scrollbars-in-frame-expected.html b/third_party/WebKit/LayoutTests/fast/scrolling/hide-scrollbars-in-frame-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..48c995ddeb4a7ba265f98d4caa78a68cb4a501a0 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/scrolling/hide-scrollbars-in-frame-expected.html |
@@ -0,0 +1,21 @@ |
+<!DOCTYPE html> |
+<html> |
+<head> |
+<style> |
+html, body { |
+ margin: 0; |
+ padding: 0; |
+ min-height: 2000px; |
+ min-width: 2000px; |
+ overflow: hidden; |
+} |
+</style> |
+<script> |
+</script> |
+</head> |
+<body> |
+<!-- Tests that scrollbars on the frame are not shown if the hideScrollbars |
+setting is true. Since the body has a minimum height/width larger than the |
+frame, scrollbars would otherwise be visible. --> |
+</body> |
+</html> |