<html> | |
<script> | |
if (window.layoutTestController) | |
layoutTestController.dumpAsText(); | |
layoutTestController.overridePreference("WebKitJavaScriptEnabled", false); | |
</script> | |
<noscript> | |
<body> | |
This test case verifies that contents inside <noscript> are rendered when Javascript is disabled. | |
<p>Succeeded!</p> | |
</noscript> | |
</body> | |
</html> |