Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <svg> | |
|
pdr.
2016/06/07 23:02:25
Add <!DOCTYPE HTML> as the first line here, and in
Shanmuga Pandi
2016/06/08 05:17:13
Done.
| |
| 2 <rect width="100" height="100" fill="red" visibility="collapse"/> | |
| 3 <image xlink:href="resources/red-checker.png" x="110" width="100" height="100" visibility="collapse"/> | |
| 4 <text y="125"> | |
| 5 <tspan text-decoration="underline" visibility="collapse"> | |
| 6 <tspan visibility="visible">PASS if NOT underlined</tspan> | |
| 7 </tspan> | |
| 8 </text> | |
| 9 </svg> | |
| OLD | NEW |