summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/element-timing/resources/iframe-with-square.html
blob: 0a905d22b9a7d66271074163b57431ac75d29f7e (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE HTML>
<meta charset=utf-8>
<body>
<style>
body {
  margin: 0;
}
</style>
<img src='square100.png' elementtiming="my_image">
</body>