Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / pasteboard / paste-text-with-style-5-expected.txt
blobecd34e813011a7000aea294a471c0f7662c8f81f
1 This tests copying and pasting text does not strip inline styles that overrides UA style rules.
2 To manually test, copy and paste "hello world" below. The pasted text should not be bolded.
4 Before copy-paste:
5 | <b>
6 |   style="font-weight: normal"
7 |   "<#selection-caret>hello world"
9 After copy-paste:
10 | "hello world<#selection-caret>"
11 | <br>