Open
Bug 928645
Opened 12 years ago
Updated 3 years ago
WARNING: Frames were in different child lists??? when running reftests
Categories
(Core :: Layout, defect)
Tracking
()
NEW
People
(Reporter: smaug, Unassigned)
References
Details
Attachments
(1 file)
8.38 KB,
text/plain
|
Details |
Comment 1•12 years ago
|
||
In that log file there's a single test that prints that warning (three times):
layout/reftests/bugs/427017-1.xhtml
I can reproduce it locally in Print Preview on that file.
The stack (attached) is the same for all three occurrences.
Comment 2•12 years ago
|
||
That test also has a few other assertions/warnings that might be related:
ASSERTION: can't mark frame dirty during reflow: '!mIsReflowing', file layout/base/nsPresShell.cpp, line 2438
ASSERTION: Primary child list can have at most one frame in it: 'aListID != kPrincipalList || aChildList.IsEmpty() || aChildList.OnlyChild()', file layout/generic/nsCanvasFrame.cpp, line 91
WARNING: Out-of-flow frame got reflowed before its placeholder: file layout/generic/nsPlaceholderFrame.cpp, line 126
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•