Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / pasteboard / testcase-9507-expected.txt
blobb56eb731d06f19401bae7419069035fa371f8125
1 When copying some text, under certain circumstances, empty style (or font) tags are created. This test checks that there is no empty <font> tag after 'foo' and before 'bar'.
3 After copy:
4 | "
6 | <div>
7 |   class="editing"
8 |   id="test"
9 |   "
10 <#selection-anchor>foo
12 |   <div>
13 |     style="color: rgb(255, 0, 0);"
14 |     "
16 |     <div>
17 |       "bar<#selection-focus>"
18 |     "
20 |   "
22 | "
25 After paste:
26 | "
28 | <div>
29 |   class="editing"
30 |   id="test"
31 |   "foo"
32 |   <div>
33 |     style="color: rgb(255, 0, 0);"
34 |     "bar<#selection-caret>"
35 |   <div>
36 |     style="color: rgb(255, 0, 0);"
37 |     "
39 |   "
41 | "