Commit 9d90efc8 authored by Lan Wei's avatar Lan Wei Committed by Commit Bot

Deflaky pointerevent_touch-action-inherit_child-auto-child-none_touch.html

This test is currently failed on this bot because of memory leak
https://ci.chromium.org/p/chromium/builders/ci/WebKit%20Linux%20Leak

Bug: 606367
Change-Id: Ie7b7ee195cfbfa4afc51bada69f5e2a471f537f9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637697Reviewed-by: default avatarNavid Zolghadr <nzolghadr@chromium.org>
Commit-Queue: Lan Wei <lanwei@chromium.org>
Cr-Commit-Position: refs/heads/master@{#664878}
parent 51f872bb
...@@ -117,9 +117,9 @@ ...@@ -117,9 +117,9 @@
// Inject touch inputs. // Inject touch inputs.
actions_promise = touchScrollInTarget(scrollTarget, 'down').then(function() { actions_promise = touchScrollInTarget(scrollTarget, 'down').then(function() {
touchScrollInTarget(scrollTarget, 'right'); return touchScrollInTarget(scrollTarget, 'right');
}).then(function() { }).then(function() {
clickInTarget("touch", btnComplete); return clickInTarget("touch", btnComplete);
}); });
} }
</script> </script>
......
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