Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(173)

Unified Diff: LayoutTests/fast/events/page-scaled-mouse-click.html

Issue 190723007: Fix tests to be compatible with Android scale initialization. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove substantive change, change only tests Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>
« no previous file with comments | « LayoutTests/compositing/repaint/page-scale-repaint.html ('k') | LayoutTests/fast/events/page-scaled-mouse-click-iframe.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698