Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / svg / dom / references-in-shadow-trees-expected.html
1 <!DOCTYPE HTML>
2 <svg width="200" height="500">
3     <rect width="100" height="100" fill="green" />
4     <path id="path" d="M0 160 L 100 160" />
5     <text>
6         <textPath xlink:href="#path" fill="green" font-size="40px">PASS</textPath>
7     </text>
8     <rect width="100" height="100" y="200" fill="green" />
9     <rect width="100" height="100" y="300" fill="green" />
10 </svg>