summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/embedded-content/the-img-element/image-compositing-large-scale-change-ref.html
blob: 852a47687e3e2e2d1bdd745ad00c715515d859c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1">
<style>
html { overflow: hidden; }
#change {
  will-change:transform;
  width:200vw;
  height:200vh;
  position:absolute;
  top: 0px;
  left: 0px;
}
</style>
<img id="change" src="image.png"></img>
<div id="placeholder" style="position:relative">div</div>