summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/compositing/images/direct-image-dynamic-border-radius-expected.html
blob: c654f74abc917da3d9d431023b0a8a74dc5925d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
<style>
  .border {
    transform: translateZ(0);
    border-radius: 50%;
  }
</style>

<!-- There should be a green circle on this page -->
<body>
  <img class="border" src="../../fast/images/resources/green-256x256.jpg">
</body>

</html>