chromium/third_party/blink/web_tests/fast/forms/hidden/hidden-value-expected.txt

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