Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / invalid-locale.html
blob97c4c8510bb9dd74cb234dfb55de8cc579f75909
1 <html>
2 <head>
3 <script>
4 if (window.testRunner) {
5 testRunner.dumpAsText();
6 testRunner.waitUntilDone();
9 function loaded() {
10 if (window.testRunner)
11 testRunner.notifyDone();
13 </script>
14 </head>
15 <body>
16 <iframe src="resources/invalid-locale.html" onload="loaded()">
17 </iframe>Did not crash - SUCCESS. See <a href="http://bugs.webkit.org/show_bug.cgi?id=67640">bug 67640</a>.
18 </body>
19 </html>