I need to build a small application to compare site rendering in different browsers in different resolutions. First I need to support IE, FF, Chrome and user will choose to preview her site in different resolutions. WebBrowser control do not offer me this. Can you tell me is there any control or library to solve this problem in C#, .Net?
Thanks in advance!