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

Unified Diff: LayoutTests/fast/events/touch/page-scaled-touch-gesture-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/touch/page-scaled-touch-gesture-click.html
diff --git a/LayoutTests/fast/events/touch/page-scaled-touch-gesture-click.html b/LayoutTests/fast/events/touch/page-scaled-touch-gesture-click.html
index 05ebacb1c44d79a669c5474b9e1fac4977af14bd..5d6fbe05a8f4df673b2fbdd1ecbe9923a658a828 100644
--- a/LayoutTests/fast/events/touch/page-scaled-touch-gesture-click.html
+++ b/LayoutTests/fast/events/touch/page-scaled-touch-gesture-click.html
@@ -3,6 +3,10 @@
<head>
<script src="../../../resources/js-test.js"></script>
<style type="text/css">
+::-webkit-scrollbar {
+ width: 0px;
+ height: 0px;
+}
#touchtarget {
width: 100px;
height: 100px;
@@ -10,7 +14,7 @@
}
</style>
</head>
-<body onload="runTest();">
+<body style="width: 2000px; height: 2000px" onload="runTest();">
<div id="touchtarget">
<p id="description"></p>
« no previous file with comments | « LayoutTests/fast/events/scale-and-scroll-iframe-window.html ('k') | LayoutTests/fast/frames/frame-set-rotation-hit.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698