Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <style> | |
| 3 #target1 { color: green; } | |
| 4 | |
| 5 #target2 { color: #90EE90; } | |
| 6 | |
| 7 </style> | |
| 8 <div id='parent1'> | |
| 9 <div id='target1'>Testing target1 color -> should be green</div> | |
| 10 </div> | |
| 11 | |
| 12 <div id='parent2'> | |
| 13 <div id='target2'>Testing target2 color -> should be light green</div> | |
| 14 </div> | |
| OLD | NEW |