Index: LayoutTests/fast/repaint/absolute-position-changed.html |
diff --git a/LayoutTests/fast/repaint/absolute-position-changed.html b/LayoutTests/fast/repaint/absolute-position-changed.html |
index 07adb41f0378e6d005ef28d48cf25f0b0ceb678a..0c8cc0930f681591f9815d62c38d65fb92d7d9fe 100644 |
--- a/LayoutTests/fast/repaint/absolute-position-changed.html |
+++ b/LayoutTests/fast/repaint/absolute-position-changed.html |
@@ -2,6 +2,10 @@ |
<head> |
<link rel="stylesheet" href="resources/default.css"> |
<style> |
+ ::-webkit-scrollbar { |
+ width: 0px; |
+ height: 0px; |
+ } |
html { |
overflow: scroll; |
} |