Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <svg> | |
| 3 <linearGradient id="green" x2="1" y2="0"> | |
| 4 <stop offset="0.5" stop-color="green"/> | |
| 5 <stop offset="0.5" stop-color="white"/> | |
| 6 </linearGradient> | |
| 7 <text x="10" y="20" font-size="20" font-family="monospace" fill="url(#green)"> PASS FAIL</text> | |
| 8 </svg> | |
| OLD | NEW |