[Webkit-unassigned] [Bug 44980] setAttribute() followed by getAttribute() on select.size does not return the same thing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 1 13:56:54 PDT 2010


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





--- Comment #2 from Aryeh Gregor <Simetrical+webkit at gmail.com>  2010-09-01 13:56:54 PST ---
Sorry, my bad:

<!doctype html>
<script>
    var el = document.createElement("select");
    el.setAttribute("size", "foo");
    alert(el.getAttribute("size"));
</script>

My original test case set it to a number because it was testing something else, but in the context of the bug I thought it was clearer to set it to "foo" so it was clearly not number-related.  Except I forgot to update the posted test-case.  :)

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