summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-animations/background-position-ref.html
blob: d47982046997e619a6f2ce6bc0dbbc094b2b9eba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<title>Reference of testcases for background-position-x animations</title>
<style>
#test {
  height: 100px;
  width: 100px;
  background-repeat: no-repeat;
  background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAMAAADzN3VRAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF/wAAAAAAQaMSAwAAABJJREFUeNpiYBgFo2AwAIAAAwACigABtnCV2AAAAABJRU5ErkJggg==); /* a 25x25 px red box */
  background-position-x: 50%;
}
</style>
<div id="test"></div>