Index: LayoutTests/compositing/overflow/overflow-scaled-descendant-overlapping.html |
diff --git a/LayoutTests/compositing/overflow/overflow-scaled-descendant-overlapping.html b/LayoutTests/compositing/overflow/overflow-scaled-descendant-overlapping.html |
index 2c73c8d7be34ec30b2d2a6167aaf35820b2e695d..56d381150ce39bd92ef3cdcd3879ddae9bc9643e 100644 |
--- a/LayoutTests/compositing/overflow/overflow-scaled-descendant-overlapping.html |
+++ b/LayoutTests/compositing/overflow/overflow-scaled-descendant-overlapping.html |
@@ -13,6 +13,14 @@ |
</script> |
<style type="text/css"> |
+ ::-webkit-scrollbar { |
+ width: 0px; |
+ height: 0px; |
+ } |
+ body { |
+ width: 4000px; |
+ height: 4000px; |
+ } |
.box { |
width: 100px; |
height: 100px; |