OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <title>Test SVG fragments in -webkit-cross-fade image</title> | |
3 <style> | |
4 div { | |
5 width: 100px; | |
6 height: 100px; | |
7 background-color: green; | |
8 } | |
9 </style> | |
10 <div></div> | |
11 <p>There should be one green square above and one green square below. | |
12 <div></div> | |
OLD | NEW |