RESOLVED FIXED 154357
Regression(r196648): http://w3c-test.org/html/dom/interfaces.html redirects at the end of the test
https://bugs.webkit.org/show_bug.cgi?id=154357
Summary Regression(r196648): http://w3c-test.org/html/dom/interfaces.html redirects a...
Chris Dumez
Reported 2016-02-17 13:52:29 PST
http://w3c-test.org/html/dom/interfaces.html redirects at the end of the test after <http://trac.webkit.org/changeset/196648>. Previously it did not redirect and it does not redirect either in other browsers. It redirects to http://w3c-test.org/html/dom/undefined
Attachments
Patch (5.48 KB, patch)
2016-02-17 14:39 PST, Chris Dumez
no flags
Chris Dumez
Comment 1 2016-02-17 13:56:25 PST
I think the problem is that our Location.assign() / Location.replace() should take a mandatory parameter but it is optional in WebKit. The test tries to call these operations without parameter to make sure it throws. However, in our case, it does NOT throw and it calls the function with the string "undefined" instead.
Chris Dumez
Comment 2 2016-02-17 14:39:34 PST
WebKit Commit Bot
Comment 3 2016-02-17 21:44:09 PST
Comment on attachment 271593 [details] Patch Clearing flags on attachment: 271593 Committed r196742: <http://trac.webkit.org/changeset/196742>
WebKit Commit Bot
Comment 4 2016-02-17 21:44:14 PST
All reviewed patches have been landed. Closing bug.
Chris Dumez
Comment 5 2016-05-24 22:07:42 PDT
*** Bug 125221 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.