summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/embedded-content/the-img-element/img-with-containment-and-size-ref.html
blob: 56176c4b71eb4960f3e11fd323cc09964ce3f3a9 (plain)
1
2
3
4
5
6
7
8
<!doctype html>
<style>
img {
  width: 200px;
  height: 100px;
}
</style>
<img src="image.png">