| OLD | NEW |
| 1 The patch verifies that color swatch functions properly in matched and computed
styles. crbug.com/461363 | 1 The patch verifies that color swatch functions properly in matched and computed
styles. crbug.com/461363 |
| 2 | 2 |
| 3 Inspected div | 3 Inspected div |
| 4 | 4 |
| 5 Running: selectNode | 5 Running: selectNode |
| 6 | 6 |
| 7 Running: testColorSwatchInMatchRules | 7 Running: testColorSwatchInMatchRules |
| 8 Initial color value: red | 8 Initial color value: red |
| 9 After shift-click: rgb(255, 0, 0) | 9 After shift-click: rgb(255, 0, 0) |
| 10 Has popover before click: false | 10 Has popover before click: false |
| 11 Has popover after click: true | 11 Has popover after click: true |
| 12 | 12 |
| 13 Running: testColorSwatchInComputedRules | 13 Running: testColorSwatchInComputedRules |
| 14 Initial color value: rgb(255, 0, 0) | 14 Initial color value: rgb(255, 0, 0) |
| 15 After shift-click color value: hsl(0, 100%, 50%) | 15 After shift-click color value: hsl(0, 100%, 50%) |
| 16 | 16 |
| OLD | NEW |