commit-queue@webkit.org | c05fce4 | 2010-10-17 19:46:39 +0000 | [diff] [blame] | 1 | <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> |
| 2 | |
| 3 | <script> |
fmalita@chromium.org | 4988a3e | 2012-08-01 23:05:16 +0000 | [diff] [blame] | 4 | if (window.testRunner) |
| 5 | testRunner.dumpAsText(); |
commit-queue@webkit.org | c05fce4 | 2010-10-17 19:46:39 +0000 | [diff] [blame] | 6 | </script> |
| 7 | |
| 8 | <filter id="invalid_paint"> |
| 9 | <rect width="10" height="10" fill="url(#invalid_paint)"/> |
| 10 | <rect width="10" height="10" stroke="url(#invalid_paint)"/> |
| 11 | </filter> |
| 12 | |
| 13 | <filter id="invalid_shape"> |
| 14 | <rect width="10" height="10" clip="url(#invalid_shape)"/> |
| 15 | </filter> |
| 16 | |
| 17 | <filter id="invalid_mask"> |
| 18 | <rect width="10" height="10" mask="url(#invalid_mask)"/> |
| 19 | </filter> |
| 20 | |
| 21 | <text x="20" y="20">This should not crash.</text> |
| 22 | |
| 23 | </svg> |