Crash in WebCore::HTMLParser::createHead
authorjchaffraix@webkit.org <jchaffraix@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 27 Sep 2011 17:18:06 +0000 (17:18 +0000)
committerjchaffraix@webkit.org <jchaffraix@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 27 Sep 2011 17:18:06 +0000 (17:18 +0000)
commit4ac55ef20d38dc5c1a02a26725035271897e8e69
treee9ca0a3e52e12f8488ecb577db94650769a4f18e
parent2c0eb986f94e7c1d2efb3d6838dd6d3fdc0d6154
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).

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96124 268f45cc-cd09-0410-ab3c-d52691b4dbfc
LayoutTests/ChangeLog
LayoutTests/fast/parser/crash-HTMLParser-createHead-expected.txt [new file with mode: 0644]
LayoutTests/fast/parser/crash-HTMLParser-createHead.html [new file with mode: 0644]