[Webkit-unassigned] [Bug 61674] <input> checkbox and radio attribute value default value incorrect
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon May 30 17:02:28 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=61674
--- Comment #1 from rasamassen at gmail.com 2011-05-30 17:02:28 PST ---
Test:
<!doctype html>
<script>
var el = document.createElement("input");
el.setAttribute("type", "checkbox");
alert(el.value);
</script>
Chrome 11: ""
Opera 11: "on"
Firefox 4: "on"
IE9: "on"
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list