Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 The inline style should be applied when merging div element. | |
| 2 The test passes if "bar" has the blue color and 20px font-size. | |
| 3 | " | |
| 4 " | |
| 5 | <div> | |
| 6 | "foo<#selection-caret>" | |
| 7 | <span> | |
| 8 | style="color: blue; font-size: 20px;" | |
| 9 | "bar" | |
| 10 | " | |
| 11 " | |
| OLD | NEW |