[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.24
[framework/web/webkit-efl.git] / LayoutTests / webarchive / ignore-noscript-if-scripting-enabled.html
1 <html>
2 <head>
3 <script>
4     if (window.layoutTestController)
5         layoutTestController.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>