Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / bad-encoding.html
blobfd5435701f4eaaba3fceee6d15e8e5464cb88b2d
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
4 <script>
5 if (window.testRunner) {
6 testRunner.dumpAsText();
7 testRunner.waitUntilDone();
10 function loaded() {
11 if (window.testRunner)
12 testRunner.notifyDone();
14 </script>
15 </head>
16 <body>
17 <iframe src="resources/bad-encoding.xml" onload="loaded()">
18 </iframe>Did not crash - SUCCESS. See https://bugs.webkit.org/show_bug.cgi?id=36000
19 </body>
20 </html>