[Webkit-unassigned] [Bug 50331] ASSERT failing restoring scroll position from HistoryItem after reload

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 5 17:05:33 PDT 2011


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





--- Comment #21 from Charles Reis <creis at chromium.org>  2011-04-05 17:05:33 PST ---
I've discovered a way to write a layout test for this bug:

w = window.open();
w.document.write(1);
w.location.reload();

This code is actually broken in another way (in that it loads the wrong page during reload()), but it does hit the same assert being discussed here.  I've filed bug 57906 for the reload bug, and I've uploaded a sample layout test there.

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