[Webkit-unassigned] [Bug 46982] Setting href protocol attribute on malformed URL is incorrect when page is served over HTTP

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 5 07:52:02 PDT 2022


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

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 took the test case from attached and changed it into JSFiddle:

Link - https://jsfiddle.net/9drs1ofw/show

Following are results across browsers:

*** Safari 15.6 on macOS 12.5 ***

FAIL a.href should be https://www.mydomain.com/path/. Was null://www.mydomain.com/path/.

^ Safari fail only in this.

*** Firefox Nightly 105 ***

FAIL a.href should be https://www.mydomain.com/path/. Was null://www.mydomain.com/path/.

*** Chrome Canary 106 ***

FAIL a.href should be https://www.mydomain.com/path/. Was null://www.mydomain.com/path/.

FAIL a.href should be http:??bar. Was http:/??bar.


_______

Do we need to fix the failing test case? Just wanted to share updated test results. 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/20220805/2254b8ad/attachment.htm>


More information about the webkit-unassigned mailing list