haikuwebkit/LayoutTests/webarchive/ignore-noscript-if-scriptin...

15 lines
278 B
HTML

<html>
<head>
<script>
if (window.testRunner)
testRunner.dumpDOMAsWebArchive();
</script>
</head>
<body>
This should appear in the webarchive.
<noscript>
Assuming scripting was enabled earlier, this should *not* appear in the webarchive.
</noscript>
</body>
</html>