Index: LayoutTests/compositing/overflow/fixed-position-ancestor-clip.html |
diff --git a/LayoutTests/compositing/overflow/fixed-position-ancestor-clip.html b/LayoutTests/compositing/overflow/fixed-position-ancestor-clip.html |
index d6516e17011617b8f532407f1df782f92961ccb7..69cbb35b5f6e711af783066dabca4a4c3954e43c 100644 |
--- a/LayoutTests/compositing/overflow/fixed-position-ancestor-clip.html |
+++ b/LayoutTests/compositing/overflow/fixed-position-ancestor-clip.html |
@@ -4,6 +4,10 @@ |
<head> |
<title>Position fixed with transform</title> |
<style type="text/css" media="screen"> |
+ ::-webkit-scrollbar { |
+ width: 0px; |
+ height: 0px; |
+ } |
body { |
height: 1000px; |
width: 1000px; |