[WK2] Fix freezing issue on MediaCapture when app_svc error occurs
[framework/web/webkit-efl.git] / LayoutTests / webarchive / ignore-noscript-if-scripting-enabled.html
1 <html>
2 <head>
3 <script>
4     if (window.testRunner)
5         testRunner.dumpDOMAsWebArchive();
6 </script>
7 </head>
8 <body>
9 This should appear in the webarchive.
10 <noscript>
11 Assuming scripting was enabled earlier, this should *not* appear in the webarchive.
12 </noscript>
13 </body>
14 </html>