Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE HTML> | |
|
fs
2016/04/19 10:17:27
Same comments on this test as the one above.
hyunjunekim2
2016/04/27 12:18:40
Done.
| |
| 2 <div style="visibility: hidden;"> | |
| 3 <svg> | |
| 4 <defs> | |
| 5 <rect id="rect" x="0" y="0" width="400" height="300" visibility="visible"> </rect> | |
| 6 <clipPath id="clip"> | |
| 7 <use xlink:href="#rect"/> | |
| 8 </clipPath> | |
| 9 </defs> | |
| 10 <rect x="0" y="0" width="100" height="100" fill="green" visibility="visible" clip-path="url(#clip)"></rect> | |
| 11 </svg> | |
| 12 </div> | |
| OLD | NEW |