chromium/third_party/blink/web_tests/images/missing-image-border-zoom.html

<!DOCTYPE html>
<style>
  body {
    zoom: 200%;
  }
</style>
<img src="https://www.example.com/doesntexist.png" style="width: 32px; height: 32px; background: orange;"/></p>