Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 PASS | 1 PASS |
| 2 | 2 |
| 3 Tests the coverage highlight in sources after the recording finishes. | 3 Tests the coverage highlight in sources after the recording finishes. |
| 4 | 4 |
| 5 5,6,7,9,10,11,12,18,19,20,22,23,24 | 5 0: + body { |
| 6 1: + background-color: lightblue; | |
| 7 2: * } | |
| 8 3: - | |
| 9 4: - .class { | |
| 10 5: - color: red; | |
| 11 6: - } | |
| 12 7: - | |
| 13 8: - .class2 { | |
| 14 9: - color:green; | |
| 15 10: - font-style: italic; | |
| 16 11: - } | |
| 17 12: - | |
| 18 13: * #id { | |
| 19 14: + color: blue | |
| 20 15: * } | |
| 21 16: - | |
| 22 17: - notUsed { | |
| 23 18: - color: black | |
| 24 19: - } | |
| 25 20: - | |
| 26 21: - notUsed2 { | |
| 27 22: - color: white | |
| 28 23: - } | |
| 6 | 29 |
| OLD | NEW |