Index: LayoutTests/fast/events/page-scaled-mouse-click.html |
diff --git a/LayoutTests/fast/events/page-scaled-mouse-click.html b/LayoutTests/fast/events/page-scaled-mouse-click.html |
index 4f87210862b2946ab670c228a95370fcf80a420b..05ddafe53e568a0062777dbc7cab56f837762d49 100644 |
--- a/LayoutTests/fast/events/page-scaled-mouse-click.html |
+++ b/LayoutTests/fast/events/page-scaled-mouse-click.html |
@@ -1,9 +1,15 @@ |
<!DOCTYPE html> |
<html> |
<head> |
+<style> |
+ ::-webkit-scrollbar { |
+ width: 0px; |
+ height: 0px; |
+ } |
+</style> |
<script src="../../resources/js-test.js"></script> |
</head> |
-<body style="margin:0px"> |
+<body style="width: 4000px; margin:0px"> |
<script src="script-tests/page-scaled-mouse-click.js"></script> |
</body> |
</html> |