+2013-05-23 Ryosuke Niwa <rniwa@webkit.org>
+
+ Several editing tests that copy & paste slow down Mac WK2 EWS
+ https://bugs.webkit.org/show_bug.cgi?id=116681
+
+ Reviewed by Anders Carlsson.
+
+ Move editing tests that trigger copy and paste from execCommand into pasteboard.
+ Since NWRT uses a single instance of WebKitTestRunner to run tests in single directory,
+ this should mitigate the issue for now.
+
+ In the long term, we should really mock out the clipboard in WebKitTestRunner.
+
+ * editing/execCommand/4128080-2-expected.txt: Removed.
+ * editing/execCommand/4128080-2.html: Removed.
+ * editing/execCommand/5939887-expected.txt: Removed.
+ * editing/execCommand/5939887.html: Removed.
+ * editing/execCommand/copy-without-selection-expected.txt: Removed.
+ * editing/execCommand/copy-without-selection.html: Removed.
+ * editing/execCommand/paste-2.html: Removed.
+ * editing/pasteboard/copy-cut-paste-events-fired-when-disabled-expected.txt: Copied from LayoutTests/editing/execCommand/5939887-expected.txt.
+ * editing/pasteboard/copy-cut-paste-events-fired-when-disabled.html: Copied from LayoutTests/editing/execCommand/5939887.html.
+ * editing/pasteboard/copy-inside-h1-preserves-h1-expected.txt: Copied from LayoutTests/editing/execCommand/4128080-2-expected.txt.
+ * editing/pasteboard/copy-inside-h1-preserves-h1.html: Copied from LayoutTests/editing/execCommand/4128080-2.html.
+ * editing/pasteboard/copy-without-selection-expected.txt: Copied from LayoutTests/editing/execCommand/copy-without-selection-expected.txt.
+ * editing/pasteboard/copy-without-selection.html: Copied from LayoutTests/editing/execCommand/copy-without-selection.html.
+ * editing/pasteboard/paste-2.html: Copied from LayoutTests/editing/execCommand/paste-2.html.
+ * platform/gtk/editing/execCommand/paste-2-expected.png: Removed.
+ * platform/gtk/editing/execCommand/paste-2-expected.txt: Removed.
+ * platform/gtk/editing/pasteboard/paste-2-expected.png: Copied from LayoutTests/platform/gtk/editing/execCommand/paste-2-expected.png.
+ * platform/gtk/editing/pasteboard/paste-2-expected.txt: Copied from LayoutTests/platform/gtk/editing/execCommand/paste-2-expected.txt.
+ * platform/mac/editing/execCommand/paste-2-expected.png: Removed.
+ * platform/mac/editing/execCommand/paste-2-expected.txt: Removed.
+ * platform/mac/editing/pasteboard/paste-2-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/paste-2-expected.png.
+ * platform/mac/editing/pasteboard/paste-2-expected.txt: Copied from LayoutTests/platform/mac/editing/execCommand/paste-2-expected.txt.
+ * platform/qt/editing/execCommand/paste-2-expected.png: Removed.
+ * platform/qt/editing/execCommand/paste-2-expected.txt: Removed.
+ * platform/qt/editing/pasteboard/paste-2-expected.png: Copied from LayoutTests/platform/qt/editing/execCommand/paste-2-expected.png.
+ * platform/qt/editing/pasteboard/paste-2-expected.txt: Copied from LayoutTests/platform/qt/editing/execCommand/paste-2-expected.txt.
+
2013-05-23 Christophe Dumez <ch.dumez@sisa.samsung.com>
Unreviewed, rolling out r150586.