| OLD | NEW |
| 1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http:/xlink"> | 1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http:/xlink"> |
| 2 <script> | 2 <script> |
| 3 <![CDATA[ | 3 <![CDATA[ |
| 4 if (window.layoutTestController) | 4 if (window.layoutTestController) |
| 5 layoutTestController.dumpAsText(); | 5 layoutTestController.dumpAsText(); |
| 6 ]]> | 6 ]]> |
| 7 </script> | 7 </script> |
| 8 <style type="text/css"> | 8 <style type="text/css"> |
| 9 svg | 9 svg |
| 10 { | 10 { |
| 11 stop-color: initial; | 11 stop-color: initial; |
| 12 } | 12 } |
| 13 </style> | 13 </style> |
| 14 <text id="myText1" fill="green" x="0" y="0">PASS</text> | 14 <text id="myText1" fill="green" x="0" y="0">PASS</text> |
| 15 </svg> | 15 </svg> |
| 16 | 16 |
| OLD | NEW |