Bug 62958
| Summary: | appendToAttributeName assert when debug | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Etring Bao <etring> |
| Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | abarth, ap, eric |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Etring Bao
if there is a attribute in the end tag of script, like this:
<script class="value">
...
</script class="value">
function appendToAttributeName in file HTMLToken.h assert when debug
m_currentAttribute->m_nameRange.m_start is 0.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
Wow.
Adam Barth
*** This bug has been marked as a duplicate of bug 61774 ***