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