[WK2] Fix freezing issue on MediaCapture when app_svc error occurs
[framework/web/webkit-efl.git] / LayoutTests / webarchive / test-xml-stylesheet.xml
1 <?xml-stylesheet href="resources/test-xml-stylesheet.css" type="text/css"?>
2 <html xmlns="http://www.w3.org/1999/xhtml">
3   <script>
4     if (window.testRunner)
5         testRunner.dumpDOMAsWebArchive();
6   </script>
7   <style>
8     div { background: red; width: 100px; height: 100px; }
9   </style>
10   <div id="test">
11   </div>
12 </html>