blob: d153685b4f9eb36e80b4c5a8c75e93d31f73178b [file] [log] [blame]
This tests that the JS property value and the attribute value for a hidden input field are the same.
Markup: <input type="hidden" id="tf" value="New value">
Value: New value
Attribute: New value
After reset
Markup: <input type="hidden" id="tf" value="New value">
Value: New value
Attribute: New value