Changeset 190451 in webkit


Ignore:
Timestamp:
Oct 1, 2015 9:27:32 PM (9 years ago)
Author:
Wenson Hsieh
Message:

Convert focused-input-should-assist-on-touch.html into an automated test
https://bugs.webkit.org/show_bug.cgi?id=149724

Reviewed by Simon Fraser.

.:

Remove a manual test that can now be rewritten as an automated test.

  • ManualTests/ios/focused-input-should-assist-on-touch.html: Removed.

LayoutTests:

Tests that an input that focuses itself on touch and then prevents default is
able to trigger node assistance, even when it is already focused before the
user gesture.

  • fast/events/ios/focused-input-should-assist-on-touch-expected.txt: Added.
  • fast/events/ios/focused-input-should-assist-on-touch.html: Added.
Location:
trunk
Files:
2 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r190440 r190451  
     12015-10-01  Wenson Hsieh  <wenson_hsieh@apple.com>
     2
     3        Convert focused-input-should-assist-on-touch.html into an automated test
     4        https://bugs.webkit.org/show_bug.cgi?id=149724
     5
     6        Reviewed by Simon Fraser.
     7
     8        Remove a manual test that can now be rewritten as an automated test.
     9
     10        * ManualTests/ios/focused-input-should-assist-on-touch.html: Removed.
     11
    1122015-10-01  Brent Fulgham  <bfulgham@apple.com>
    213
  • trunk/LayoutTests/ChangeLog

    r190449 r190451  
     12015-10-01  Wenson Hsieh  <wenson_hsieh@apple.com>
     2
     3        Convert focused-input-should-assist-on-touch.html into an automated test
     4        https://bugs.webkit.org/show_bug.cgi?id=149724
     5
     6        Reviewed by Simon Fraser.
     7
     8        Tests that an input that focuses itself on touch and then prevents default is
     9        able to trigger node assistance, even when it is already focused before the
     10        user gesture.
     11
     12        * fast/events/ios/focused-input-should-assist-on-touch-expected.txt: Added.
     13        * fast/events/ios/focused-input-should-assist-on-touch.html: Added.
     14
    1152015-10-01  Dean Jackson  <dino@apple.com>
    216
Note: See TracChangeset for help on using the changeset viewer.