Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / tokenizer / image-empty-crash.html
blob14873f2bc7715d558aafc4492bcf97464b22f653
1 <html>
2 <head>
3 <title></title>
4 <script type="text/javascript">
5 if (window.testRunner)
6 testRunner.dumpAsText();
7 </script>
8 </head>
9 <body>
10 <p>
11 This is a test for <i><a href="https://bugs.webkit.org/show_bug.cgi?id=10202">https://bugs.webkit.org/show_bug.cgi?id=10202</a>
12 REGRESSION: Repro crash when loading an empty image document</i>.
13 </p>
14 <p>
15 No crash means test PASS.
16 </p>
17 <hr>
18 <iframe src="data:image/png,"></iframe>
19 </body>
20 </html>