Bug 169682

Summary: Update test fast/events/pageshow-pagehide-on-back-cached-with-frames.html to ensure that pageshow events are dispatched to frames in post-order traversal
Product: WebKit Reporter: Daniel Bates <dbates>
Component: Tools / TestsAssignee: Daniel Bates <dbates>
Status: RESOLVED FIXED    
Severity: Normal CC: aestes, ap, beidson, lforschler
Priority: P2    
Version: WebKit Local Build   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 169834    
Attachments:
Description Flags
Layout test none

Description Daniel Bates 2017-03-15 10:24:13 PDT
We should ensure that we dispatch a DOM pageshow event to each restored frame in a post-order traversal of the frame tree to avoid regressing this event dispatch ordering.
Comment 1 Daniel Bates 2017-03-15 10:29:36 PDT
Created attachment 304512 [details]
Layout test
Comment 2 Daniel Bates 2017-03-16 10:17:01 PDT
Comment on attachment 304512 [details]
Layout test

Clearing flags on attachment: 304512

Committed r214047: <http://trac.webkit.org/changeset/214047>
Comment 3 Daniel Bates 2017-03-16 10:17:05 PDT
All reviewed patches have been landed.  Closing bug.