summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css/background-image-reload-expected.html
blob: 3572ade2d150e50957bf70a912fe9856b38ee053 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<script>
if (window.testRunner)
    testRunner.setImagesAllowed(true);
</script>
<style>
#target {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAIAAABLixI0AAAAJklEQVR4nGJg+M9ANTRq1qhZo2aNmjVq1qhZo2ZhIAAAAAD//wMA1XBuro0zsokAAAAASUVORK5CYII=) center no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0px;
    top: 0px;
}
</style>
</head>
<body>
  <div id="target"></div>
</body>
</html>