Commit 7bf845a8 authored by Scott Violet's avatar Scott Violet Committed by Commit Bot

wpt: change height of touch target

weblayer shell has a slightly smaller height than chrome. The size is
such that this test ends up failing because the generated touch event
is outside the visible area. This patch shrinks the height slightly
so that it passes on weblayer. I don't believe shrinking the height of
this target impacts the overall test..

BUG=1049426
TEST=test only change

Change-Id: Ie0f2fadc4ec613d92c074b60eb87c97d70f78094
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2112984Reviewed-by: default avatarLan Wei <lanwei@chromium.org>
Commit-Queue: Scott Violet <sky@chromium.org>
Cr-Commit-Position: refs/heads/master@{#752214}
parent 389d6f8d
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<script src="pointerevent_support.js"></script> <script src="pointerevent_support.js"></script>
<style> <style>
#target0 { #target0 {
height: 150px; height: 100px;
width: 200px; width: 200px;
overflow-y: auto; overflow-y: auto;
background: black; background: black;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment