Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k"> | 1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k"> |
| 2 <image x="0" y="0" width="503" height="410" xlink:href="resources/green-chec ker.png"/> | 2 <rect x="0" y="0" width="800" height="600" fill="black" /> |
|
esprehn
2016/10/08 03:09:19
why does this test change?
gone
2016/10/10 22:01:01
The SVG showed the green checker image hugging the
| |
| 3 <image x="149" y="95" width="503" height="410" xlink:href="resources/green-c hecker.png"/> | |
| 3 </svg> | 4 </svg> |
| 4 | 5 |
| OLD | NEW |