[Webkit-unassigned] [Bug 93680] Back/Forward list with error page

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 7 07:39:01 PST 2013


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





--- Comment #24 from Basavaraj Padmashali Sidda <basavaraj.ps at samsung.com>  2013-03-07 07:41:25 PST ---
In case of Chromium, BackNavigation fails for unreachable url, i.e from 3rd URL to 2nd URL (didFailProvisionalLoad()), 
============== Back Forward List ==============
        http://127.0.0.1:8000/navigation/back-navigation-to-error-page-substitute-data.html  **nav target**
        http://127.0.0.1:2321/SomeUnreachableURL  **nav target**
curr->  http://127.0.0.1:8000/navigation/resources/page-to-go-back-from.html  **nav target**
===============================================
According to test case from patch (https://bug-93680-attachments.webkit.org/attachment.cgi?id=188035), when you call loadHTMLString() after Back Navigation, it overwrites the 3rd URL since m_loadType will be of "Back/Forward" type.
So test result will look different for chromium as shown below.
============== Back Forward List ==============
        http://127.0.0.1:8000/navigation/back-navigation-to-error-page-substitute-data.html  **nav target**
        http://127.0.0.1:2321/SomeUnreachableURL  **nav target**
curr->  http://127.0.0.1:2321/SomeUnreachableURL  **nav target**
===============================================

-- 
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