Bug 98686

Summary: editing/pasteboard/data-transfer-item is failing after r130643
Product: WebKit Reporter: Dirk Pranke <dpranke>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: dcheng, jchaffraix, kling, rniwa, tony, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Speculative fix none

Description Dirk Pranke 2012-10-08 13:44:18 PDT
It looks like maybe we just need a new baseline now that kling landed the change in r130588 to change to an ordered collection (maybe the order has changed for the better)?

Ryosuke, can you confirm that the change is okay, or let us know if you think there's still a bug here?

http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=editing%2Fpasteboard%2Fdata-transfer-items.html

https://bugs.webkit.org/show_bug.cgi?id=98406

http://trac.webkit.org/changeset/130643

http://trac.webkit.org/changeset/130588

http://webkit.org/b/98547
Comment 1 Tony Chang 2012-10-08 14:32:45 PDT
I think this is fine to rebaseline.  The order of clipboard types isn't defined.  dcheng can confirm.
Comment 2 Andreas Kling 2012-10-08 14:36:07 PDT
Created attachment 167613 [details]
Speculative fix
Comment 3 Ryosuke Niwa 2012-10-08 14:48:27 PDT
(In reply to comment #1)
> I think this is fine to rebaseline.  The order of clipboard types isn't defined.  dcheng can confirm.

I think it needs to preserve the order if it's created by the author script.
Comment 4 Tony Chang 2012-10-08 14:55:57 PDT
(In reply to comment #3)
> (In reply to comment #1)
> > I think this is fine to rebaseline.  The order of clipboard types isn't defined.  dcheng can confirm.
> 
> I think it needs to preserve the order if it's created by the author script.

You're right, I think the intent is that it behaves like a list.
Comment 5 WebKit Review Bot 2012-10-08 18:44:49 PDT
Comment on attachment 167613 [details]
Speculative fix

Clearing flags on attachment: 167613

Committed r130712: <http://trac.webkit.org/changeset/130712>
Comment 6 WebKit Review Bot 2012-10-08 18:44:53 PDT
All reviewed patches have been landed.  Closing bug.
Comment 7 Tony Chang 2013-01-31 11:43:18 PST
Test result updated in http://trac.webkit.org/changeset/141449 .