| <html> | |
| <head> | |
| <title> SVG lock up test</title> | |
| </head> | |
| <body> | |
| This test PASS if it doesn't cause the page to freeze. | |
| <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="312" height="200"> | |
| <path style="stroke-width: 0px; stroke-linejoin: miter; " fill="none" stroke="#ffffff" d="M0,1L312,1" stroke-linejoin="miter" stroke-dasharray="0,0"></path> | |
| </svg> | |
| <script> | |
| if (window.testRunner) { | |
| testRunner.dumpAsText(); | |
| } | |
| </script> | |
| </body> | |
| </html> |