Bug 45995
Summary: | clipboardData.types needs more layout tests | ||
---|---|---|---|
Product: | WebKit | Reporter: | Tony Chang <tony> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 |
Tony Chang
clipboardData.types, which is available during onpaste events only has a single test that makes sure it doesn't crash. There should be additional tests to check the return value and to make sure it's only available during onpaste.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Tony Chang
The feature is documented here:
http://developer.apple.com/library/mac/#documentation/AppleApplications/Conceptual/SafariJSProgTopics/Tasks/CopyAndPaste.html