WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
113102
[Win] editing/pasteboard/can-read-in-copy-and-cut-events.html fails
https://bugs.webkit.org/show_bug.cgi?id=113102
Summary
[Win] editing/pasteboard/can-read-in-copy-and-cut-events.html fails
Ryosuke Niwa
Reported
2013-03-22 15:02:08 PDT
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
Comment 1
2013-03-22 15:04:04 PDT
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
Comment 2
2013-03-22 15:05:13 PDT
(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
Comment 3
2013-03-22 15:08:17 PDT
Committed
r146662
: <
http://trac.webkit.org/changeset/146662
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug