Bug 162830 - [Frames] Render tree should be all clean by the end of FrameView::layout().
Summary: [Frames] Render tree should be all clean by the end of FrameView::layout().
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 164230
Blocks: 162834
  Show dependency treegraph
 
Reported: 2016-09-30 19:30 PDT by zalan
Modified: 2016-10-31 16:14 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description zalan 2016-09-30 19:30:51 PDT
We fail to clean all the renderers while running the following tests:
LayoutTests/fast/events/tabindex-focus-blur-all.html	
LayoutTests/fast/frames/invalid-frameset.html
Comment 1 Ryan Haddad 2016-10-03 15:36:51 PDT
Marked fast/events/tabindex-focus-blur-all.html as a flaky timeout in http://trac.webkit.org/projects/webkit/changeset/206755
Comment 2 Ryan Haddad 2016-10-03 15:37:17 PDT
(In reply to comment #1)
> Marked fast/events/tabindex-focus-blur-all.html as a flaky timeout in
> http://trac.webkit.org/projects/webkit/changeset/206755

Link to timeout with stderr:
https://build.webkit.org/results/Apple%20El%20Capitan%20Debug%20WK1%20(Tests)/r206743%20(8773)/results.html
Comment 3 zalan 2016-10-31 14:26:37 PDT
> LayoutTests/fast/frames/invalid-frameset.html
Committed r208172: <http://trac.webkit.org/changeset/208172>
Comment 4 zalan 2016-10-31 16:13:44 PDT
(In reply to comment #0)
> We fail to clean all the renderers while running the following tests:
> LayoutTests/fast/events/tabindex-focus-blur-all.html	
This is simple line layout related -> bug 164253.

-we can close this bug.