-
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Given this HTML:
<html>
<head>
<title>Working...</title>
</head>
<body>
<form method="POST" name="hiddenform" action="http://dummy">
<input type="hidden" name="Data" value="SomeData"/>
<input type="hidden" name="OtherData" value="Coffee"/>
<noscript>
<p>Script is disabled. Click Submit to continue.</p>
<input type="submit" value="Submit"/>
</noscript>
</form>
<script language="javascript">window.setTimeout(alert('Submited via JS'), 0);</script>
</body>
</html>
When JavaScript is disabled via the Switcher, the <p>
tag is shown as expected, but not the <input>
.
If JavaScript is disabled via javascript.enabled
, the entire <noscript>
is shown (but only if the Switcher is green).
Metadata
Metadata
Assignees
Labels
No labels