chromium/third_party/blink/web_tests/fast/frames/resources/iframe-content-scaling-bug-iframe.html

<html>
<head>
<style>
body {
margin: 0;
}
</style>
</head>
<body>
<div style="position: absolute; left: 0px; top: 0px; width: 300px; height: 300px; background-color: green;"></div>
</body>
</html>