DescriptionInclude 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
Committed: https://crrev.com/8ebfae3567b1bfe350286345bb0c338b9f354fe1
Cr-Commit-Position: refs/heads/master@{#403867}
Patch Set 1 #Patch Set 2 : Update test. #Patch Set 3 : Try to appease Windows linker. #
Total comments: 10
Patch Set 4 : EditorTestBase. #Messages
Total messages: 20 (6 generated)
|