| OLD | NEW |
| 1 If there are NULL characters in text nodes, they should not be copied to the cli
pboard. This test requires DumpRenderTree. | 1 If there are NULL characters in text nodes, they should not be copied to the cli
pboard. This test requires DumpRenderTree. |
| 2 | " | 2 | " |
| 3 " | 3 " |
| 4 | <div> | 4 | <div> |
| 5 | id="outerSource" | 5 | id="outerSource" |
| 6 | <p> | 6 | <p> |
| 7 | <b> | 7 | <b> |
| 8 | "bold" | 8 | "bold" |
| 9 | " | 9 | " |
| 10 " | 10 " |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 | contenteditable="true" | 21 | contenteditable="true" |
| 22 | id="destination-rich-text" | 22 | id="destination-rich-text" |
| 23 | <p> | 23 | <p> |
| 24 | <b> | 24 | <b> |
| 25 | "bold" | 25 | "bold" |
| 26 | <div> | 26 | <div> |
| 27 | contenteditable="true" | 27 | contenteditable="true" |
| 28 | id="source" | 28 | id="source" |
| 29 | "Copy paste me" | 29 | "Copy paste me" |
| 30 | <span> | 30 | <span> |
| 31 | class="Apple-style-span" |
| 31 | style="color: rgb(0, 128, 0); " | 32 | style="color: rgb(0, 128, 0); " |
| 32 | "green" | 33 | "green" |
| 33 | "Copy paste me" | 34 | "Copy paste me" |
| 34 | " | 35 | " |
| 35 " | 36 " |
| 36 | <textarea> | 37 | <textarea> |
| 37 | id="destination-plain-text" | 38 | id="destination-plain-text" |
| 38 | this.value="Copy paste mebold | 39 | this.value="Copy paste mebold |
| 39 | 40 |
| 40 Copy paste me | 41 Copy paste me |
| 41 green" | 42 green" |
| 42 | <shadow:root> | 43 | <shadow:root> |
| 43 | <div> | 44 | <div> |
| 44 | "Copy paste mebold | 45 | "Copy paste mebold |
| 45 | 46 |
| 46 Copy paste me | 47 Copy paste me |
| 47 green" | 48 green" |
| 48 | " | 49 | " |
| 49 " | 50 " |
| 50 | <div> | 51 | <div> |
| 51 | id="results" | 52 | id="results" |
| 52 | "PASSED" | 53 | "PASSED" |
| 53 | " | 54 | " |
| 54 | 55 |
| 55 " | 56 " |
| OLD | NEW |