chromium/third_party/blink/web_tests/images/propagating-calc-to-fallback-placeholder.html

<!DOCTYPE html>
<div style="width: 264px">
  <img src="nonexisting" style="width: calc(50% - 32px); height: 100px; background-color: blue">
</div>