mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Fix reftest now that the background image code clips correctly.
This commit is contained in:
parent
29c3819246
commit
61e8d02b2e
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue