OLD | NEW |
---|---|
1 <script> | 1 <script> |
2 if (window.layoutTestController) | 2 if (window.layoutTestController) |
3 layoutTestController.dumpAsText(); | 3 layoutTestController.dumpAsText(); |
4 </script> | 4 </script> |
5 <svg> | 5 <svg> |
6 <path d="M0 0 A0 0 0 0 0 0 0 0 0 0"/> | 6 <path d="M0 0 A0 0 0 0 0 0 0 0 0 0"/> |
7 </svg> | 7 </svg> |
8 If this text is visible the malformed SVG path is handled correctly. | 8 If this text is visible the malformed SVG path is handled correctly. |
OLD | NEW |