OLD | NEW |
1 This test verifies that WebKit does not erroneously clone nodes hierarchy when c
opying text with background color. | 1 This test verifies that WebKit does not erroneously clone nodes hierarchy when c
opying text with background color. |
2 "Hello" should be blue and has yellow background but you should not see red bord
er. | 2 "Hello" should be blue and has yellow background but you should not see red bord
er. |
3 | 3 |
4 You should not see any borders: | 4 You should not see any borders: |
5 | <span> | 5 | <span> |
| 6 | class="Apple-style-span" |
6 | style="color: rgb(0, 0, 255); background-color: rgb(255, 255, 0); " | 7 | style="color: rgb(0, 0, 255); background-color: rgb(255, 255, 0); " |
7 | "Hello<#selection-caret>" | 8 | "Hello<#selection-caret>" |
OLD | NEW |