Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / misc / xslt-bad-import.html
blob61fbd87d8c8922617ddeb686efc6dbb77f64ca81
1 <html>
2 <head>
3 <script>
4 if (window.testRunner)
5 testRunner.dumpAsText();
6 window.onload = function() {
7 document.getElementById('d').innerHTML=''
9 </script>
10 </head>
11 <body>
12 <span id="d">
13 <iframe src="resources/xslt-bad-import-uri.xml"></iframe>
14 </span>
15 <p>This test passes if it does not crash.</p>
16 </body>
17 </html>