Open Bug 755579 Opened 12 years ago Updated 2 years ago

###!!! ASSERTION: need a rendering context: 'aRenderingContext', file layout/base/nsLayoutUtils.cpp, line 1570

Categories

(Core :: General, defect)

Other Branch
All
Android
defect

Tracking

()

People

(Reporter: decoder, Unassigned)

References

Details

The following HTML code triggers a fatal assertion on Fennec Native (mozilla-central, debug build, rev 448f554f6acb):


<script>
allNodes = [];
allNodes[0] = document.documentElement;
allNodes[0].setAttribute('hidden', "true");
</script>
WFM, mozilla-central, debug build, rev f2b2b99108a2, on a Nexus phone.
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.