tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / xmlhttprequest / xmlhttprequest-nonexistent-file.html
1 <html>
2 <head>
3 <script>
4 if (window.layoutTestController) {
5     layoutTestController.dumpAsText();
6     layoutTestController.waitUntilDone();
7     layoutTestController.setAllowUniversalAccessFromFileURLs(false);
8 }
9 </script>
10 </head>
11 <body>
12 <iframe src="resources/xmlhttprequest-nonexistent-file-real.html"></iframe>
13 <div id="results"></div>
14 </body>
15 </html>