summaryrefslogtreecommitdiffstats
path: root/layout/reftests/image/img-invalidation-local-transform-1-ref.html
blob: 75cb2b6cb87a3fd1a223ba56606dc7e35ec2d397 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE HTML>
<html>
<head>
<style>
  img {
    max-width: 100%;
    height: auto;
  }
</style>
</head>
<body>
<div style="width: 450px">
<img src="img-invalidation-local-transform-1-ref.png">
</div>

</body>
</html>