Imagine this scenario: What if instead of adjusting the browser window size to showcase a responsive web design, we could load the site into an IFRAME with the dimensions of a mobile screen. Could this concept actually work?
Picture having an IFRAME like this:
<iframe src="something" id="viewPort"/>
You would load the responsive website into this IFRAME and allow users to test it by adjusting the width and height within their browser.
If this method is successful, it could be extremely beneficial for clients who are unfamiliar with different browsers.