| OLD | NEW | 
|   1 <html> |   1 <html> | 
|   2 <head> |   2 <head> | 
|   3 </head> |   3 </head> | 
|   4 <body> |   4 <body> | 
|   5 <svg width="100" height="200"> |   5 <svg width="100" height="200"> | 
|   6     <g> |   6     <g> | 
|   7         <text y="20"><tspan id="tspan">PASS</tspan></text> |   7         <text y="20"><tspan id="tspan">PASS</tspan></text> | 
|   8     </g> |   8     </g> | 
|   9  <br>    |   9  <br>    | 
|  10 <script> |  10 <script> | 
| (...skipping 27 matching lines...) Expand all  Loading... | 
|  38 } \n\ |  38 } \n\ | 
|  39 "; |  39 "; | 
|  40 head.appendChild(style); |  40 head.appendChild(style); | 
|  41  |  41  | 
|  42 if (window.layoutTestController) |  42 if (window.layoutTestController) | 
|  43     setTimeout("layoutTestController.notifyDone()", 50); |  43     setTimeout("layoutTestController.notifyDone()", 50); | 
|  44 </script> |  44 </script> | 
|  45 </svg> |  45 </svg> | 
|  46 </body> |  46 </body> | 
|  47 </html> |  47 </html> | 
| OLD | NEW |