Closed Bug 992230 Opened 11 years ago Closed 4 years ago

wrong html rendering

Categories

(Core :: DOM: HTML Parser, defect, P5)

x86_64
All
defect

Tracking

()

RESOLVED DUPLICATE of bug 256180

People

(Reporter: echant-3, Unassigned)

Details

Attachments

(1 file)

User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20140319 Firefox/24.0 Iceweasel/24.4.0 (Nightly/Aurora) Build ID: 20140319045509 Steps to reproduce: loading the html file with the css here: http://www.maretmanu.org/divers/bug-iceweasel/deduction.css the file is also here: http://www.maretmanu.org/divers/bug-iceweasel/a.html Actual results: A part of the html file is not rendered correctly. If you go at the end of the document and you go 1 or 2 page back you see a big block of raw text. The html file is w3c validated. The bug is the same on firefox 28 for windows 7 64bits and iceweasel 24.4 for debian 64. Expected results: All the html page should be rendered as the start is. If you use chromium or konqueror you don't see this bug.
OS: Linux → Windows 7
Is there a *minimal* testcase?
I didn't see the bug on a smaller case, the structure is very repetitive, then I image the bug is linked to the size of the document, like a pointer/memory problem. With a good editor you can remove blocks to see if the problem persist.
OS: Windows 7 → All
confirming with Firefox trunk and it works with IE11 and Safari
Status: UNCONFIRMED → NEW
Component: Untriaged → Layout
Ever confirmed: true
Product: Firefox → Core
Version: 28 Branch → Trunk
This is almost certainly going over the maximal nesting limit the parser allows, so we stop parsing element tags to avoid stack overflows.
Component: Layout → HTML: Parser

Bulk-downgrade of unassigned, >=3 years untouched DOM/Storage bug's priority.

If you have reason to believe this is wrong, please write a comment and ni :jstutte.

Severity: normal → S4
Priority: -- → P5
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: