Open
Bug 732786
Opened 13 years ago
Updated 3 years ago
"ASSERTION: Only expecting ignoreViewportScrolling for root frames and for image documents." with svg:foreignObject + drawWindow
Categories
(Core :: SVG, defect)
Tracking
()
NEW
People
(Reporter: jruderman, Unassigned)
Details
(Keywords: assertion, testcase)
Attachments
(2 files)
###!!! ASSERTION: Only expecting ignoreViewportScrolling for root frames and for image documents.: '!aFrame->GetParent() || (doc && doc->IsBeingUsedAsImage())', file layout/base/nsLayoutUtils.cpp, line 1656
The assertion introduced/modified in http://hg.mozilla.org/mozilla-central/rev/762e8424548c
Reporter | ||
Comment 1•13 years ago
|
||
Comment 2•13 years ago
|
||
Which fuzzer XPI do I need to install for fuzzPriv.callDrawWindow()?
(I tried https://www.squarefree.com/extensions/domFuzzLite2.xpi but it still said "fuzzPriv.callDrawWindow is not a function")
Comment 3•13 years ago
|
||
(In reply to Jesse Ruderman from comment #0)
> The assertion introduced/modified in
> http://hg.mozilla.org/mozilla-central/rev/762e8424548c
For the record -- that cset sofened an existing assertion. ("must have root frame")
If there's a fuzzer XPI that works (and supports fuzzPriv.callDrawWindow) in builds from a year ago (before that cset), I'll bet the attached testcase would trigger that original assertion in those builds.
Reporter | ||
Comment 4•13 years ago
|
||
I uploaded a new version of https://www.squarefree.com/extensions/domFuzzLite3.xpi that includes the callDrawWindow function.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•