Index: third_party/WebKit/LayoutTests/fast/sub-pixel/snap-overflow-rect-of-children.html |
diff --git a/third_party/WebKit/LayoutTests/fast/sub-pixel/snap-overflow-rect-of-children.html b/third_party/WebKit/LayoutTests/fast/sub-pixel/snap-overflow-rect-of-children.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..10ee4eac3bf28309fe7c386cee6be0ec7cae2253 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/sub-pixel/snap-overflow-rect-of-children.html |
@@ -0,0 +1,9 @@ |
+<!DOCTYPE html> |
+<body style="zoom:125%;"> |
+<p>crbug.com/619509: There should be no scrollbar below.</p> |
+<div style="top: 70px; height: 359px; overflow: auto; position: absolute;"> |
+ <div style="height: 359.2px;"> |
+ <div style="height: 1px; width: 1px;"></div> |
+ </div> |
+</div> |
+</body> |