Include style tags when pasting HTML content.
Applications such as Excel put HTML content on the clipboard which
includes STYLE elements. Users expect the styles to remain when
pasting this content.
Chromium used to strip STYLE elements like WebKit. This change leaves
the STYLE elements in place like Firefox and Edge. This means pasted
content could change the formatting of the surrounding page, but
editors could work around this by processing STYLE tags.
BUG=121163
Review-Url: https://codereview.chromium.org/2121613003
Cr-Commit-Position: refs/heads/master@{#403867}
8 files changed