Fix reftest now that the background image code clips correctly.

This commit is contained in:
Glenn Watson 2014-09-12 07:49:53 +10:00
parent 29c3819246
commit 61e8d02b2e

View file

@ -4,8 +4,8 @@
<title>You see here a scroll labeled XIXAXA XOXAXA XUXAXA.</title>
<style>
div {
width: 200px;
height: 200px;
width: 206px;
height: 206px;
background: url(rust-0.png);
}
</style>