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

Issue 2681923002: Pointerevent test cleanup (Closed)

Created:
3 years, 10 months ago by Navid Zolghadr
Modified:
3 years, 10 months ago
Reviewers:
mustaq, lanwei
CC:
chromium-reviews, blink-reviews, blink-reviews-w3ctests_chromium.org, dcheng
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Pointerevent test cleanup This CL adds the rest of the pointerevent tests automations in Chrome as well as cleaning up the text for a test. Note that Chrome fails the two finger pan test. BUG=689669 Review-Url: https://codereview.chromium.org/2681923002 Cr-Commit-Position: refs/heads/master@{#449045} Committed: https://chromium.googlesource.com/chromium/src/+/7cb979b7a35fae74baaf0d36b5f33b5ccab74a31

Patch Set 1 #

Patch Set 2 : Skip the touch tests on Mac #

Patch Set 3 : Rebase #

Total comments: 11

Patch Set 4 : Remove more double-quotes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+190 lines, -83 lines) Patch
M third_party/WebKit/LayoutTests/TestExpectations View 1 2 2 chunks +5 lines, -5 lines 0 comments Download
A third_party/WebKit/LayoutTests/external/wpt/pointerevents/compat/pointerevent_touch-action_two-finger_interaction-manual-expected.txt View 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/pointerevents/pointerevent_releasepointercapture_events_to_original_target-manual.html View 1 chunk +2 lines, -2 lines 0 comments Download
A third_party/WebKit/LayoutTests/external/wpt_automation/pointerevents/compat/pointerevent_touch-action_two-finger_interaction-manual-automation.js View 1 chunk +11 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/external/wpt_automation/pointerevents/pointerevent_boundary_events_in_capturing-manual-automation.js View 1 chunk +9 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt_automation/pointerevents/pointerevent_common_input.js View 1 2 3 13 chunks +130 lines, -72 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt_automation/pointerevents/pointerevent_element_haspointercapture-manual-automation.js View 1 chunk +3 lines, -1 line 0 comments Download
A third_party/WebKit/LayoutTests/external/wpt_automation/pointerevents/pointerevent_sequence_at_implicit_release_on_click-manual-automation.js View 1 chunk +15 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/external/wpt_automation/pointerevents/pointerevent_sequence_at_implicit_release_on_drag-manual-automation.js View 1 chunk +7 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt_automation/pointerevents/pointerevent_touch-action-inherit_highest-parent-none_touch-manual-automation.js View 1 chunk +2 lines, -3 lines 0 comments Download

Messages

Total messages: 28 (21 generated)
Navid Zolghadr
3 years, 10 months ago (2017-02-07 21:48:19 UTC) #4
mustaq
LGTM % few remaining double-quotes. Plus a request for a future cleanup... https://codereview.chromium.org/2681923002/diff/40001/third_party/WebKit/LayoutTests/external/wpt_automation/pointerevents/pointerevent_common_input.js File third_party/WebKit/LayoutTests/external/wpt_automation/pointerevents/pointerevent_common_input.js ...
3 years, 10 months ago (2017-02-08 17:16:13 UTC) #15
mustaq
... and modulo a crbug ref fix... https://codereview.chromium.org/2681923002/diff/40001/third_party/WebKit/LayoutTests/TestExpectations File third_party/WebKit/LayoutTests/TestExpectations (right): https://codereview.chromium.org/2681923002/diff/40001/third_party/WebKit/LayoutTests/TestExpectations#newcode1395 third_party/WebKit/LayoutTests/TestExpectations:1395: crbug.com/613672 [ ...
3 years, 10 months ago (2017-02-08 17:19:30 UTC) #16
Navid Zolghadr
https://codereview.chromium.org/2681923002/diff/40001/third_party/WebKit/LayoutTests/TestExpectations File third_party/WebKit/LayoutTests/TestExpectations (right): https://codereview.chromium.org/2681923002/diff/40001/third_party/WebKit/LayoutTests/TestExpectations#newcode1395 third_party/WebKit/LayoutTests/TestExpectations:1395: crbug.com/613672 [ Mac ] external/wpt/pointerevents/compat/pointerevent_touch-action_two-finger_interaction-manual.html [ Skip ] On ...
3 years, 10 months ago (2017-02-08 17:36:24 UTC) #19
mustaq
https://codereview.chromium.org/2681923002/diff/40001/third_party/WebKit/LayoutTests/external/wpt_automation/pointerevents/pointerevent_touch-action-inherit_highest-parent-none_touch-manual-automation.js File third_party/WebKit/LayoutTests/external/wpt_automation/pointerevents/pointerevent_touch-action-inherit_highest-parent-none_touch-manual-automation.js (right): https://codereview.chromium.org/2681923002/diff/40001/third_party/WebKit/LayoutTests/external/wpt_automation/pointerevents/pointerevent_touch-action-inherit_highest-parent-none_touch-manual-automation.js#newcode4 third_party/WebKit/LayoutTests/external/wpt_automation/pointerevents/pointerevent_touch-action-inherit_highest-parent-none_touch-manual-automation.js:4: return touchScrollInTarget('#scrollTarget', 'down').then(function() { On 2017/02/08 17:36:23, Navid Zolghadr ...
3 years, 10 months ago (2017-02-08 17:43:06 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2681923002/60001
3 years, 10 months ago (2017-02-08 18:41:56 UTC) #25
commit-bot: I haz the power
3 years, 10 months ago (2017-02-08 18:48:56 UTC) #28
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/7cb979b7a35fae74baaf0d36b5f3...

Powered by Google App Engine
This is Rietveld 408576698