tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / css / url-format-non-string.html
1 <html>
2   <head>
3     <script>
4       if (window.layoutTestController)
5         layoutTestController.dumpAsText();
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>