Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / xsl / xslt-bad-import-uri.html
blob07b98ce4887b769200b9d304d1526013d11cb055
1 <html>
2 <head>
3 <script>
4 if (window.testRunner) {
5 testRunner.dumpAsText();
6 testRunner.waitUntilDone();
8 function frameLoaded() {
9 if (window.testRunner)
10 testRunner.notifyDone();
12 </script>
13 </head>
14 <body>
15 This tests that a bad @import URI does not cause a crash.
16 <iframe src="resources/xslt-bad-import-uri.xml" onload="frameLoaded()"></iframe>
17 </body>
18 </html>