Is there a way to simulate a Retina display on Windows to test a website for HiDPI displays such as Retina?I run Windows on a standard 24" 1920x1080 monitor. Last night I checked out my website on a friends brand new 15" Retina MacBook Pro and the graphics looked all blurry (far worse than on a regular 15 inch MacBook), while the font was super crisp and sharp, making the logo appear even worse because of the direct comparison.I have followed this tutorial to make my website Retina ready:http://line25.com/tutorials/how-to-create-retina-graphics-for-your-web-designsI used the retina.js approach since I don't have any background images.Is there any way for me to test if this actually works? Obviously I could ask my friend to use his Retina Notebook but that is not a feasible workflow for me. I want to be able to at least roughly test websites for Retina compatibility it in my own environment.