[Webkit-unassigned] [Bug 31331] step attribute and ValidityState.stepMismatch for type=number/range

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 18 16:12:24 PST 2009


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


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #43350|review?                     |review+
               Flag|                            |




--- Comment #7 from Darin Adler <darin at apple.com>  2009-11-18 16:12:22 PST ---
(From update of attachment 43350)
Oops, I said r=me

By the way, if you look at the test output you'll see that it's a little hard
to understand what's going on. A great test is something you can understand
from the output, not just by reading the test. One technique is to use the
"debug" function to write out text about what's being tested. Another is to put
more of the code that triggers the test case inside the shouldBe expression, by
calling a function to perform the test with arguments, so the new value and
step values could be in the expression that shouldBe shows instead of just in
the code between shouldBe statements. Think of test design as a creative
endeavor where you are trying to communicate to the next person trying to
understand your test.

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