summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/embedded-content/the-img-element/image-compositing-change-ref.html
blob: ea80d8b545ff978775ebcff54b3083520bed8334 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
<style>
#change {
  height:75px;
  width:75px;
}
</style>
<img id="change" src="/images/green-16x16.png"></img>
<img src="/images/green-16x16.png"></img>