[Webkit-unassigned] [Bug 64786] The value of a number input form continues to increase/decrease even if we disable the input form.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jul 19 03:18:00 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=64786
--- Comment #5 from Kent Tamura <tkent at chromium.org> 2011-07-19 03:18:00 PST ---
(From update of attachment 101293)
View in context: https://bugs.webkit.org/attachment.cgi?id=101293&action=review
> LayoutTests/fast/forms/spin-button-gets-disabled-or-readonly-expected.txt:14
> +PASS successfullyParsed is true
> +
> +TEST COMPLETE
> +
> +Test on a readonly number input form:
> +delay = 1 ms
> +PASS input.value is "1234566"
"TEST COMPLETE" followed by actual tests sounds very strange.
You had better use jsTestisAsync and finishJSTest(). See fast/forms/autofocus-keygen.html.
> LayoutTests/fast/forms/spin-button-gets-disabled-or-readonly.html:25
> +var test_inputs;
> +var test_delays;
We usually use camelCase for variables.
--
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