Changeset 96124 in webkit


Ignore:
Timestamp:
Sep 27, 2011 10:18:06 AM (13 years ago)
Author:
jchaffraix@webkit.org
Message:

Crash in WebCore::HTMLParser::createHead
https://bugs.webkit.org/show_bug.cgi?id=32426

Reviewed by Darin Adler.

The crash was fixed some time ago but the test was not landed which kept the bug open.

  • fast/parser/crash-HTMLParser-createHead.html: Added.

Tweaked the test case as we now throw an exception (DOM Exception 12).

Location:
trunk/LayoutTests
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r96122 r96124  
     12011-09-27  Julien Chaffraix  <jchaffraix@webkit.org>
     2
     3        Crash in WebCore::HTMLParser::createHead
     4        https://bugs.webkit.org/show_bug.cgi?id=32426
     5
     6        Reviewed by Darin Adler.
     7
     8        The crash was fixed some time ago but the test was not landed which kept the bug open.
     9
     10        * fast/parser/crash-HTMLParser-createHead.html: Added.
     11        Tweaked the test case as we now throw an exception (DOM Exception 12).
     12
    1132011-09-27  Julien Chaffraix  <jchaffraix@webkit.org>
    214
Note: See TracChangeset for help on using the changeset viewer.