Bug 169682 - 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
Summary: Update test fast/events/pageshow-pagehide-on-back-cached-with-frames.html to ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Local Build
Hardware: All All
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords:
Depends on:
Blocks: 169834
  Show dependency treegraph
 
Reported: 2017-03-15 10:24 PDT by Daniel Bates
Modified: 2017-03-23 12:57 PDT (History)
4 users (show)

See Also:


Attachments
Layout test (7.38 KB, patch)
2017-03-15 10:29 PDT, Daniel Bates
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.