Bug 54134 - We should test HTML parse error messages
Summary: We should test HTML parse error messages
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-09 12:24 PST by Adam Barth
Modified: 2011-02-22 02:26 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Barth 2011-02-09 12:24:57 PST
Currently there's no testing for the error messages we generate why parsing HTML documents.  That means we have no way to detect regressions or even accidental removal of the entire feature!  To test this properly, we'll probably need to modify DRT.
Comment 1 Darth 2011-02-22 01:43:35 PST
Any ideas on why such warnings have started popping recently
http://code.google.com/p/chromium/issues/detail?id=73703
Comment 2 Adam Barth 2011-02-22 02:26:06 PST
We added the message recently.