Bug 116681

Summary: Several editing tests that copy & paste slow down Mac WK2 EWS
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: HTML EditingAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, benjamin, darin, dino, enrica
Priority: P2 Keywords: LayoutTestFailure
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Moved tests andersca: review+

Description Ryosuke Niwa 2013-05-23 10:40:44 PDT
e.g. http://webkit-queues.appspot.com/results/646018

Regressions: Unexpected text-only failures (2)
  editing/execCommand/copy-without-selection.html [ Failure ]
  editing/pasteboard/copy-two-pasteboard-types-both-work.html [ Failure ]

The tests that involve copy and paste in editing/execCommand are conflicting with those in editing/pasteboard because WebKitTestRunner doesn't mock out the clipboard.
Comment 1 Ryosuke Niwa 2013-05-23 10:43:52 PDT
Created attachment 202727 [details]
Moved tests
Comment 2 Ryosuke Niwa 2013-05-23 10:49:40 PDT
Committed r150593: <http://trac.webkit.org/changeset/150593>