Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k"> | |
| 2 <text x="10" y="20">There should be a lime rectangle below, and no red.</text> | |
|
Stephen Chennney
2013/12/17 14:19:51
Text in ref-tests can sometimes result in flakines
| |
| 3 <rect x="50" y="50" width="100" height="100" fill="lime"/> | |
|
Stephen Chennney
2013/12/17 14:19:51
Please use an elicit rgb color spec for the fill.
| |
| 4 </svg> | |
| OLD | NEW |