Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE HTML> | |
| 2 <div style="visibility: hidden;"> | |
|
fs
2016/04/19 10:17:27
Having this <div> wrapper doesn't seem relevant fo
hyunjunekim2
2016/04/27 12:18:39
Done.
| |
| 3 <svg> | |
| 4 <defs> | |
| 5 <clipPath id="clip"> | |
| 6 <rect x="0" y="0" width="400" height="300"></rect> | |
|
fs
2016/04/19 10:17:27
I would have the geometries in this test be so tha
hyunjunekim2
2016/04/27 12:18:39
Remove this test.
| |
| 7 </clipPath> | |
| 8 </defs> | |
| 9 <rect x="0" y="0" width="100" height="100" fill="green" visibility="visible" clip-path="url(#clip)"></rect> | |
| 10 </svg> | |
| 11 </div> | |
| OLD | NEW |