RESOLVED FIXED 177636
Clean up Long Press Selection Tests
https://bugs.webkit.org/show_bug.cgi?id=177636
Summary Clean up Long Press Selection Tests
Megan Gardner
Reported 2017-09-28 18:59:51 PDT
Clean up Long Press Selection Tests
Attachments
Patch (43.71 KB, patch)
2017-09-28 19:08 PDT, Megan Gardner
thorton: review+
Megan Gardner
Comment 1 2017-09-28 19:08:00 PDT
Tim Horton
Comment 2 2017-09-28 19:13:49 PDT
Comment on attachment 322155 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=322155&action=review > LayoutTests/fast/events/touch/ios/long-press-then-drag-down-to-change-selected-text.html:22 > + var pressPointX = firstTargetRect.x + firstTargetRect.width/2; Spaces around operators! Always! :) > LayoutTests/fast/events/touch/ios/long-press-then-drag-down-to-change-selected-text.html:95 > - <meta name="viewport" content="initial-scale=1"> > + <meta name="viewport" content="initial-scale=1.0"> This was better before IMO > LayoutTests/fast/events/touch/ios/long-press-then-drag-right-to-change-selected-text.html:59 > + testRunner.runUIScript(touchAndDragFromPointToPoint(dragX2,dragY,dragX,dragY), function(result) { Spaces after commas too!
Megan Gardner
Comment 3 2017-10-02 18:03:56 PDT
Radar WebKit Bug Importer
Comment 4 2017-10-02 18:04:21 PDT
Note You need to log in before you can comment on or make changes to this bug.