OLD | NEW |
1 <html> | 1 <html> |
2 <body> | 2 <body> |
3 <svg> | 3 <svg> |
4 <animAttributeAttrs> | 4 <animAttributeAttrs> |
5 <feImage id="test"></feImage> | 5 <feImage id="test"></feImage> |
6 </animAttributeAttrs> | 6 </animAttributeAttrs> |
7 <set id="set1" xlink:href="#test"></set> | 7 <set id="set1" xlink:href="#test"></set> |
8 </svg> | 8 </svg> |
9 <script> | 9 <script> |
10 if (window.layoutTestController) { | 10 if (window.layoutTestController) { |
(...skipping 15 matching lines...) Expand all Loading... |
26 } else { | 26 } else { |
27 document.body.innerHTML = "PASS"; | 27 document.body.innerHTML = "PASS"; |
28 if (window.layoutTestController) | 28 if (window.layoutTestController) |
29 layoutTestController.notifyDone(); | 29 layoutTestController.notifyDone(); |
30 } | 30 } |
31 } | 31 } |
32 </script> | 32 </script> |
33 </body> | 33 </body> |
34 </html> | 34 </html> |
35 | 35 |
OLD | NEW |