chromium/third_party/blink/web_tests/external/wpt/html/rendering/replaced-elements/embedded-content-rendering-rules/canvas_scale_ref.html

<!doctype html>
<meta charset="utf-8">
<style>
span {
  display: inline-block;
  width: 20px;
  height: 20px;
}
div {
  line-height: 0;
}
</style>
<div><span style="background-color: #FF00FF"></span><span style="background-color: #00FF00"></span></div>
<div><span style="background-color: #0000FF"></span><span style="background-color: #FF00FF"></span></div>