You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p id="number-of-stamps-block">
I have <input type="number" value="2"/> out of 2 stamps
</p>
With htmlunit 2.36 when we get the text of the paragraph, the value was I have 2 out of 2 stamps
With htmlunit 2.37 the value is I have out of 2 stamps
The value of an <input> is being ignored now. This is regression and it seems like a bug.