blob: b4ad428cd2de6f5faa093669079af757fdddc496 [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="Original value">
Value: Original value
Attribute: Original value