Bug 162826
| Summary: | [Ruby] Render tree should be all clean by the end of FrameView::layout(). | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | alan <zalan> |
| Component: | Layout and Rendering | Assignee: | alan <zalan> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | bfulgham, mmaxfield, simon.fraser |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 162834 | ||
alan
We fail to clean all the renderers while running the following tests:
LayoutTests/fast/ruby/bopomofo-rl.html
LayoutTests/fast/ruby/ruby-expansion-cjk-2.html
LayoutTests/fast/ruby/ruby-expansion-cjk-3.html
LayoutTests/fast/ruby/ruby-expansion-cjk-4.html
LayoutTests/fast/ruby/ruby-expansion-cjk.html
LayoutTests/fast/ruby/ruby-justification-hittest.html
LayoutTests/fast/ruby/ruby-justification.html
LayoutTests/fast/text/ruby-justification-flush.html
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Myles C. Maxfield
What can I do to trigger the problem?
alan
1. add a breakpoint at RenderTreeNeedsLayoutChecker::~RenderTreeNeedsLayoutChecker() -> reportNeedsLayoutError
2. load any of the test cases above.
alan
related to bug 163359
alan
Fixed by http://trac.webkit.org/changeset/207275
Brent Fulgham
*** This bug has been marked as a duplicate of bug 163359 ***