blob: b3b110e5749cef4d2c6434d7c4d5dc64b5c46e73 [file] [log] [blame]
abarth@webkit.org0dd28082009-12-05 17:50:53 +00001<html>
2 <head>
3 <script>
rniwa@webkit.org38608af2012-06-19 07:23:13 +00004 if (window.testRunner)
5 testRunner.dumpAsText();
abarth@webkit.org0dd28082009-12-05 17:50:53 +00006 </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>