chromium/third_party/blink/web_tests/fast/media/viewport-media-query.html

<html>
<body>
You should see two iframes below.  The narrow one should be black.  The wider one should be green.

<p>
<iframe style="width:150px;height:150px;" src="resources/viewport-media-query.html"></iframe>
<iframe style="width:650px;height:150px;" src="resources/viewport-media-query.html"></iframe>
</p>

</body>