Bug 149724 - Convert focused-input-should-assist-on-touch.html into an automated test
Summary: Convert focused-input-should-assist-on-touch.html into an automated test
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-01 14:37 PDT by Wenson Hsieh
Modified: 2015-10-01 21:27 PDT (History)
3 users (show)

See Also:


Attachments
Patch (5.26 KB, patch)
2015-10-01 14:48 PDT, Wenson Hsieh
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Wenson Hsieh 2015-10-01 14:37:03 PDT
Now that WKTR supports touch events on iOS, rewrite one of the manual tests added for https://bugs.webkit.org/show_bug.cgi?id=147836 as an automated test.
Comment 1 Wenson Hsieh 2015-10-01 14:48:59 PDT
Created attachment 262285 [details]
Patch
Comment 2 Simon Fraser (smfr) 2015-10-01 17:02:10 PDT
Comment on attachment 262285 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=262285&action=review

> LayoutTests/fast/events/ios/focused-input-should-assist-on-touch.html:3
> +    <meta name="viewport" content="initial-scale=1.0">

If you want this to work, you need to add the <!-- webkit-test-runner [ useFlexibleViewport=true ] --> comment on the first line.
Comment 3 Wenson Hsieh 2015-10-01 17:03:11 PDT
Comment on attachment 262285 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=262285&action=review

>> LayoutTests/fast/events/ios/focused-input-should-assist-on-touch.html:3
>> +    <meta name="viewport" content="initial-scale=1.0">
> 
> If you want this to work, you need to add the <!-- webkit-test-runner [ useFlexibleViewport=true ] --> comment on the first line.

Got it -- thanks!
Comment 4 Wenson Hsieh 2015-10-01 21:27:57 PDT
Committed r190451: <http://trac.webkit.org/changeset/190451>