abarth@webkit.org | 0dd2808 | 2009-12-05 17:50:53 +0000 | [diff] [blame] | 1 | <html> |
| 2 | <head> |
| 3 | <script> |
rniwa@webkit.org | 38608af | 2012-06-19 07:23:13 +0000 | [diff] [blame] | 4 | if (window.testRunner) |
| 5 | testRunner.dumpAsText(); |
abarth@webkit.org | 0dd2808 | 2009-12-05 17:50:53 +0000 | [diff] [blame] | 6 | </script> |
| 7 | |
| 8 | <style media="all" type="text/css"> |
| 9 | body { |
| 10 | src: url() format(attr(r)); |
| 11 | } |
| 12 | </style> |
| 13 | </head> |
| 14 | <!-- This previously triggered the use of uninitialised memory. Thanks to |
| 15 | Robert Swiecki for the test case. --> |
| 16 | <p>PASS</p> |
| 17 | <body> |
| 18 | </body> |
| 19 | </html> |