chromium/third_party/blink/web_tests/fast/sub-pixel/scaled-background-image-expected.html

<html>
<head>
<style type="text/css">
.norepeat {
    background: url(../../images/resources/exif-orientation-7-rl.jpg);
	border: 5.6px solid black;
	margin: 5.6px;
	background-size: 138.6px 70px;
	width: 138.6px;
    height: 70px;
}
</style>
<body>
<div class="norepeat"></div>
<p>This tests that we don't tile background images that are sufficiently close to the renderer size. The background image
above should not repeat. See <a href="https://bugs.webkit.org/show_bug.cgi?id=94622">bug 94622</a>.</p>
</body>
</html>