[webkit-reviews] review granted: [Bug 182636] Pasting from Excel no longer provides text/html data : [Attachment 333513] Address feedback

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 9 13:53:57 PST 2018


Ryosuke Niwa <rniwa at webkit.org> has granted Wenson Hsieh
<wenson_hsieh at apple.com>'s request for review:
Bug 182636: Pasting from Excel no longer provides text/html data
https://bugs.webkit.org/show_bug.cgi?id=182636

Attachment 333513: Address feedback

https://bugs.webkit.org/attachment.cgi?id=333513&action=review




--- Comment #12 from Ryosuke Niwa <rniwa at webkit.org> ---
Comment on attachment 333513
  --> https://bugs.webkit.org/attachment.cgi?id=333513
Address feedback

View in context: https://bugs.webkit.org/attachment.cgi?id=333513&action=review

> LayoutTests/editing/pasteboard/paste-image-does-not-reveal-file-url.html:34
> -    shouldBeEqualToString('JSON.stringify(event.clipboardData.types)',
'["Files"]');
> +    shouldNotBe('event.clipboardData.types.indexOf("Files")', '-1');

Use event.clipboardData.types.includes("Files") instead.


More information about the webkit-reviews mailing list