Changeset 222517 in webkit


Ignore:
Timestamp:
Sep 26, 2017, 1:24:19 PM (8 years ago)
Author:
Megan Gardner
Message:

Add helper functions to write better selection tests
https://bugs.webkit.org/show_bug.cgi?id=177403

Reviewed by Tim Horton.

Selection tests are finicky to write, so having some more helper functions
that can assist in double checking where we think we are selecting, or where we
think words are located in helpful.

  • fast/events/touch/ios/resources/ui-debugging.js: Added.

(debugDot):
(removeDebugDot):
(debugRect):
(removeDebugRect):

Location:
trunk/LayoutTests
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r222504 r222517  
     12017-09-26  Megan Gardner  <megan_gardner@apple.com>
     2
     3        Add helper functions to write better selection tests
     4        https://bugs.webkit.org/show_bug.cgi?id=177403
     5
     6        Reviewed by Tim Horton.
     7
     8        Selection tests are finicky to write, so having some more helper functions
     9        that can assist in double checking where we think we are selecting, or where we
     10        think words are located in helpful.
     11
     12        * fast/events/touch/ios/resources/ui-debugging.js: Added.
     13        (debugDot):
     14        (removeDebugDot):
     15        (debugRect):
     16        (removeDebugRect):
     17
    1182017-09-26  Ryan Haddad  <ryanhaddad@apple.com>
    219
Note: See TracChangeset for help on using the changeset viewer.