RESOLVED FIXED74729
Convert manual test added in http://trac.webkit.org/changeset/70321 to an automated test
https://bugs.webkit.org/show_bug.cgi?id=74729
Summary Convert manual test added in http://trac.webkit.org/changeset/70321 to an aut...
Brady Eidson
Reported 2011-12-16 10:21:10 PST
Manual test added in http://trac.webkit.org/changeset/70321 can be a layouttest Using: layoutTestController.overridePreference("WebKitUsesPageCachePreferenceKey", 1); DRT *does* support the page cache.
Attachments
Layout test (9.45 KB, patch)
2015-09-02 17:31 PDT, Daniel Bates
jhoneycutt: review+
Radar WebKit Bug Importer
Comment 1 2015-09-02 17:16:51 PDT
Daniel Bates
Comment 2 2015-09-02 17:31:09 PDT
Created attachment 260456 [details] Layout test
Jon Honeycutt
Comment 3 2015-09-02 18:09:35 PDT
Comment on attachment 260456 [details] Layout test View in context: https://bugs.webkit.org/attachment.cgi?id=260456&action=review r=me > LayoutTests/compositing/show-composited-iframe-on-back-button.html:17 > + // First time the page has been loaded. > + testRunner.queueLoad("resources/composited-subframe.html"); > + testRunner.queueBackNavigation(1); > + testRunner.queueForwardNavigation(1); > + testRunner.queueBackNavigation(1); The test says that the bug occurs when navigating to a new page and coming back to this one. Why is it necessary to go forward and back a second time?
Daniel Bates
Comment 4 2015-09-04 18:05:17 PDT
(In reply to comment #3) > Comment on attachment 260456 [details] > Layout test > > View in context: > https://bugs.webkit.org/attachment.cgi?id=260456&action=review > > r=me > > > LayoutTests/compositing/show-composited-iframe-on-back-button.html:17 > > + // First time the page has been loaded. > > + testRunner.queueLoad("resources/composited-subframe.html"); > > + testRunner.queueBackNavigation(1); > > + testRunner.queueForwardNavigation(1); > > + testRunner.queueBackNavigation(1); > > The test says that the bug occurs when navigating to a new page and coming > back to this one. Why is it necessary to go forward and back a second time? It is not necessary. Will fix before landing.
Daniel Bates
Comment 5 2015-09-08 09:01:58 PDT
Note You need to log in before you can comment on or make changes to this bug.