Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<title>Dynamically-created input displays value changes reference</title>
<p>There should be one input with "1" and one empty input.</p>
<div><input value="1"></div>
<div><input value=""></div>