Bug 92111

Summary: fast/events/panScroll-click-hyperlink.html test should be put in platform/win
Product: WebKit Reporter: Zan Dobersek <zan>
Component: Tools / TestsAssignee: Zan Dobersek <zan>
Status: RESOLVED FIXED    
Severity: Normal CC: dbates, gyuyoung.kim, pkasting, rakuco, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 92231    
Bug Blocks:    
Attachments:
Description Flags
Patch none

Description Zan Dobersek 2012-07-24 06:34:40 PDT
fast/events/panScroll-click-hyperlink.html test should be located in platform/win directory along the other pan scrolling tests. Currently it's not, meaning the test is run on all the ports. This means that on platforms where pan scrolling is not supported a baseline is required that just tells the feature is not supported.
Comment 1 Zan Dobersek 2012-07-24 06:41:58 PDT
Created attachment 154044 [details]
Patch
Comment 2 Zan Dobersek 2012-07-25 00:32:19 PDT
Comment on attachment 154044 [details]
Patch

Clearing flags on attachment: 154044

Committed r123583: <http://trac.webkit.org/changeset/123583>
Comment 3 Zan Dobersek 2012-07-25 00:32:26 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Peter Kasting 2012-07-27 21:30:19 PDT
Next time please try to watch the tree after landing or get some solid test runs beforehand -- the test contained a relative reference to another script (that the move broke), so the test failed to load on any of the Chromium Win bots.  (Fixed this in r123949.)