blob: 4638411d867446698545b22903342bbde6c5c577 [file] [log] [blame]
fmalita@chromium.org9e4854c2013-03-21 19:14:00 +00001<!DOCTYPE html>
2<html>
3<body>
4 <svg width="600px" height="100px" xmlns="http://www.w3.org/2000/svg">
5 <rect width="100" height="100" fill="green"/>
6 <rect x="120" width="100" height="100" fill="green"/>
7 <rect x="240" width="100" height="100" fill="green"/>
8 </svg>
9
10 <div style="width: 100px; height: 100px; background-color: green;">
11 </div>
12</body>
13</html>