Bug 54134
Summary: | We should test HTML parse error messages | ||
---|---|---|---|
Product: | WebKit | Reporter: | Adam Barth <abarth> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | eric, priyajeet.hora |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Adam Barth
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Darth
Any ideas on why such warnings have started popping recently
http://code.google.com/p/chromium/issues/detail?id=73703
Adam Barth
We added the message recently.