Bug 162651 - [iOS] Fix several Touch-related layout tests
Summary: [iOS] Fix several Touch-related layout tests
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: Chris Dumez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-27 18:20 PDT by Chris Dumez
Modified: 2016-09-27 19:01 PDT (History)
5 users (show)

See Also:


Attachments
Patch (5.45 KB, patch)
2016-09-27 18:22 PDT, Chris Dumez
darin: review+
simon.fraser: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2016-09-27 18:20:59 PDT
Fix several Touch-related layout tests. The first parameter to our Touch constructor must be a Window. Several of our tests are passing in a Document.
Comment 1 Chris Dumez 2016-09-27 18:22:18 PDT
Created attachment 290043 [details]
Patch
Comment 2 Simon Fraser (smfr) 2016-09-27 18:54:16 PDT
Comment on attachment 290043 [details]
Patch

Typo: "everal".
Comment 3 Chris Dumez 2016-09-27 19:01:08 PDT
Committed r206492: <http://trac.webkit.org/changeset/206492>