Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 This tests merging paragraphs inside a document with background: transparent in html element's inline style declaration. | 1 This tests merging paragraphs inside a document with background: transparent in html element's inline style declaration. |
| 2 WebKit should not generate a span with background-color property in such cases. | 2 WebKit should not generate a span with background-color property in such cases. |
| 3 | " | 3 | " |
| 4 " | 4 " |
| 5 | <p> | 5 | <p> |
| 6 | id="destination" | 6 | id="destination" |
| 7 | "hello<#selection-caret>" | 7 | "hello<#selection-caret>" |
| 8 | "world" | 8 | "world" |
| 9 | " | 9 | " |
| 10 " | 10 " |
| OLD | NEW |