Skip to content

Commit

Permalink
Bug 1624052 [wpt PR 22371] - wpt: change height of touch target, a=te…
Browse files Browse the repository at this point in the history
…stonly

Automatic update from web-platform-tests
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/+/2112984
Reviewed-by: Lan Wei <lanweichromium.org>
Commit-Queue: Scott Violet <skychromium.org>
Cr-Commit-Position: refs/heads/master{#752214}

--

wpt-commits: b5634429feb8560f9edec1b4620d793c9e35442e
wpt-pr: 22371

UltraBlame original commit: 1e95d5197c4ec5ec8dc807ecaeda6a510b5c3940
  • Loading branch information
marco-c committed Mar 31, 2020
1 parent f586795 commit b539e59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<script src="pointerevent_support.js"></script>
<style>
#target0 {
height: 150px;
height: 100px;
width: 200px;
overflow-y: auto;
background: black;
Expand Down

0 comments on commit b539e59

Please sign in to comment.