[Webkit-unassigned] [Bug 44883] <input> maxLength is clamped to 524288
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jun 20 16:07:24 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=44883
Ahmad Saleem <zlip.792 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |zlip.792 at gmail.com
--- Comment #12 from Ahmad Saleem <zlip.792 at gmail.com> ---
I turned the test case from Comment 01 in JS Fiddle below:
https://jsfiddle.net/qcaxmpy5/show
I am unable to reproduce this bug in Safari 15.5 on macOS 12.4 and all browsers (Chrome Canary 105 and Firefox Nightly 103) including Safari shows same expected output of:
-1 0 1000000
I think this got fixed along the line and it can be marked as "RESOLVED CONFIGURATION CHANGED". Thanks!
Further, using Wayback Archive, I was able to retrieve old test cases (of URL) and change into following JSFiddle:
https://jsfiddle.net/pzkj8xbf/show
It shows some failures but those could be due to spec changes since 2010 onward since no other browser achieve 100% pass rate.
Safari 15.5 - Passed: 17447 ( 96.8 %). Failed: 584
Firefox Nightly 103 - Passed: 17302 ( 96.6 %). Failed: 617
Chrome Canary 105 - Passed: 17435 ( 96.7 %). Failed: 596
Just sharing it for keep sake. Thanks!
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220620/ad2fb8f9/attachment.htm>
More information about the webkit-unassigned
mailing list