Bug 162830
Summary: | [Frames] Render tree should be all clean by the end of FrameView::layout(). | ||
---|---|---|---|
Product: | WebKit | Reporter: | zalan <zalan> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bfulgham, ryanhaddad, simon.fraser |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 164230 | ||
Bug Blocks: | 162834 |
zalan
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryan Haddad
Marked fast/events/tabindex-focus-blur-all.html as a flaky timeout in http://trac.webkit.org/projects/webkit/changeset/206755
Ryan Haddad
(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
zalan
> LayoutTests/fast/frames/invalid-frameset.html
Committed r208172: <http://trac.webkit.org/changeset/208172>
zalan
(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.