gecko-dev/layout/reftests/invalidation/background-position-2-ref.html
Markus Stange ebfab32e37 Bug 1227327 - Add tests. r=mattwoodrow
MozReview-Commit-ID: 6BIJJiCUedo

--HG--
extra : rebase_source : c33a071f4117c3e2e4b244ba9bec0c281413a70c
2016-05-04 14:11:05 -04:00

21 lines
278 B
HTML

<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8">
<title>Reference for properly handled background-position changes.</title>
<style>
body {
margin: 0;
}
#background {
width: 100px;
height: 100px;
background-color: lime;
}
</style>
<div id="background"></div>