Bug 113102
| Summary: | [Win] editing/pasteboard/can-read-in-copy-and-cut-events.html fails | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
| Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | dcheng, enrica, roger_fong, tony |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Ryosuke Niwa
Two tests added by http://trac.webkit.org/changeset/146644 fails on Windows port:
http://build.webkit.org/results/Apple%20Win%207%20Release%20(Tests)/r146644%20(34008)/results.html
--- /home/buildbot/slave/win-release-tests/build/layout-test-results/editing/pasteboard/can-read-in-copy-and-cut-events-expected.txt 2013-03-22 13:00:13.950965100 -0700
+++ /home/buildbot/slave/win-release-tests/build/layout-test-results/editing/pasteboard/can-read-in-copy-and-cut-events-actual.txt 2013-03-22 13:00:13.949965100 -0700
@@ -1,5 +1,5 @@
Simple test that data set during a copy/cut event can be read back. To run the test manually, simply select any text and initiate a copy/cut operation.
-copy: SUCCESS
-cut: SUCCESS
+copy: FAILED
+cut: FAILED
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Daniel Cheng
It looks like ClipboardWin doesn't support writing to the system clipboard (this is marked FIXME in several places). We should just disable the test there. Sorry for the trouble.
Ryosuke Niwa
(In reply to comment #1)
> It looks like ClipboardWin doesn't support writing to the system clipboard (this is marked FIXME in several places). We should just disable the test there. Sorry for the trouble.
Ah, I had forgotten about that. Will do.
Ryosuke Niwa
Committed r146662: <http://trac.webkit.org/changeset/146662>