[Webkit-unassigned] [Bug 43758] New: HTML TreeBuilder hits ASSERT in fragment case with insertAdjacentHTML and colgroup

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 9 16:53:20 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=43758

           Summary: HTML TreeBuilder hits ASSERT in fragment case with
                    insertAdjacentHTML and colgroup
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: abarth at webkit.org


HTML TreeBuilder hits ASSERT in fragment case with insertAdjacentHTML and colgroup

ASSERTION FAILED: isEmpty()
(/Projects/WebKit/WebCore/html/HTMLTreeBuilder.cpp:299 WebCore::HTMLTreeBuilder::ExternalCharacterTokenBuffer::~ExternalCharacterTokenBuffer())

Test case:

<div id="test"></div>
<script>
testZone = document.getElementById('test');
var colgroup = document.createElement("colgroup");
testZone.appendChild(colgroup);
colgroup.insertAdjacentHTML("beforeBegin", "HTML");
</script>


Not sure why yet.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list