Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / url-format-non-string.html
blobb3b110e5749cef4d2c6434d7c4d5dc64b5c46e73
1 <html>
2 <head>
3 <script>
4 if (window.testRunner)
5 testRunner.dumpAsText();
6 </script>
8 <style media="all" type="text/css">
9 body {
10 src: url() format(attr(r));
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>