Index: third_party/WebKit/Source/core/paint/test_data/position-and-scroll.html |
diff --git a/third_party/WebKit/Source/core/paint/test_data/position-and-scroll.html b/third_party/WebKit/Source/core/paint/test_data/position-and-scroll.html |
index 375dd51edd0717d92f6c318b11bdbbdd78fb19eb..ceec69bd03e4cdb5cab51b55ca84baa1b8d3e33c 100644 |
--- a/third_party/WebKit/Source/core/paint/test_data/position-and-scroll.html |
+++ b/third_party/WebKit/Source/core/paint/test_data/position-and-scroll.html |
@@ -4,9 +4,10 @@ body { |
} |
#scroller { |
- overflow: scroll; |
- width: 400px; |
- height: 300px; |
+ overflow-y: scroll; |
+ overflow-x: hidden; |
+ width: 413px; |
+ height: 317px; |
margin-left: 120; |
margin-top: 340; |