[Webkit-unassigned] [Bug 135566] EcmaScript internal method invariants violated in some cases

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 6 14:49:57 PDT 2022


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

Ahmad Saleem <zlip.792 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zlip.792 at gmail.com

--- Comment #1 from Ahmad Saleem <zlip.792 at gmail.com> ---
>From the attached URL, I took two test cases from Mozilla:

Test Case 1 - https://bug1043690.bmoattachments.org/attachment.cgi?id=8463423

Test Case 2 - https://bug1043690.bmoattachments.org/attachment.cgi?id=8463432

Output from all browsers:

*** Safari 15.6 on macOS 12.5 ***

<Test Case 1>

{"value":"[object HTMLInputElement]","writable":false,"enumerable":false,"configurable":true}
[object HTMLInputElement]
{"value":"http://www.mozilla.org","writable":false,"enumerable":false,"configurable":false}
http://www.mozilla.org

<Test Case 2>

undefined
undefined
{"value":"http://www.mozilla.org","writable":false,"enumerable":false,"configurable":false}
http://www.mozilla.org
{"value":"http://www.mozilla.org","writable":false,"enumerable":false,"configurable":false}
http://www.mozilla.org


*** Chrome Canary 106 ***

<Test Case 1>

{"value":"[object HTMLInputElement]","writable":false,"enumerable":false,"configurable":true}
[object HTMLInputElement]

<Test Case 2>

undefined
undefined
{"value":"http://www.mozilla.org","writable":false,"enumerable":false,"configurable":false}
http://www.mozilla.org
{"value":"[object HTMLInputElement]","writable":false,"enumerable":false,"configurable":true}
[object HTMLInputElement]

*** Firefox Nightly 105 ***

<Test Case 1>

{"value":"[object HTMLInputElement]","writable":false,"enumerable":false,"configurable":true}
[object HTMLInputElement]

<Test Case 2>

undefined
undefined
{"value":"http://www.mozilla.org","writable":false,"enumerable":false,"configurable":false}
http://www.mozilla.org
{"value":"http://www.mozilla.org","writable":false,"enumerable":false,"configurable":false}
http://www.mozilla.org

______________________

Just wanted to show latest results, as can be seen Safari 15.6 do differ on Test Case 1 from both browsers but match with Firefox Nightly 105 in Test Case 2.

Appreciate if someone can look into it and if Safari is still in violation and something needs to be fixed, they can comment accordingly. 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/20220806/06e81ccb/attachment.htm>


More information about the webkit-unassigned mailing list