Recommendation for tool(s) that can automatically scan and detect code that will have cross-browser problems. Basically, any tool that can make cross-browser easier.
EDIT1:
I know of most of the browsers and the main rendering engines to be tested. This is not really what I am asking.
I also know that it makes the most sense to, from the start, write code that adheres to standards and is cross-browser, and then hack in fixes for browser quirks, while using tests for each browser. But, I think everyone would agree that this isn't always possible.
What I am asking, is if anyone knows of or has worked on, a tool that can automatically scan for "common problems". Even if it's just for IE quirks. Something like those automated code auditors. Wouldn't this make life easier? Granted, it's impossible to get them all, and many (most) may not be reasonably possible to scan for.
What would be closer to an answer, if nobody has any tools like the above, would be just docs that outline common problems. Or better, lists with more than you really ever wanted to have to know about browser quirks.
Eg:
QuirksMode.org
http://www.ibm.com/developerworks/web/library/wa-ie2mozgd/
(What would be really nice if someone wrote tools to detect some of these)
EDIT2: And there are many things that you can scan for, and perhaps even automate, such as code that only uses MSXML, and proprietary CSS extensions.
EDIT3: Litmus and browsershots.org seems the closest to an answer.