[Webkit-unassigned] [Bug 61673] <input> color default value incorrect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 30 17:03:42 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=61673





--- Comment #1 from rasamassen at gmail.com  2011-05-30 17:03:43 PST ---
Test:
<!doctype html>
<script>
    var el = document.createElement("input");
    el.setAttribute("type", "color");
    alert(el.value);
</script>

Chrome 11: ""
Opera 11: "#000000"
FF4/IE9 not implemented

-- 
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