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

Unified Diff: LayoutTests/fast/events/page-scaled-mouse-click-iframe.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-iframe.html
diff --git a/LayoutTests/fast/events/page-scaled-mouse-click-iframe.html b/LayoutTests/fast/events/page-scaled-mouse-click-iframe.html
index bfa8d9c8c14e65fa6e6593a26e1c18f05ab39b54..009f7f5962790ab23580996d8643585cb1e9cf9e 100644
--- a/LayoutTests/fast/events/page-scaled-mouse-click-iframe.html
+++ b/LayoutTests/fast/events/page-scaled-mouse-click-iframe.html
@@ -1,9 +1,15 @@
<!DOCTYPE html>
<html style="background-color: red; ">
<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-iframe.js"></script>
</body>
</html>
« no previous file with comments | « LayoutTests/fast/events/page-scaled-mouse-click.html ('k') | LayoutTests/fast/events/scale-and-scroll-iframe-body.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698