testing/web-platform/tests/css/css-position/position-absolute-replaced-intrinsic-size.tentative.html
author Lando <lando@lando.test>
Fri, 11 Jul 2025 09:11:47 +0000 (6 hours ago)
changeset 796052 0a0cf87651274d2f86228467e41dafd62a510749
parent 577226 83e3c4858f70d7547a07d4738401d70a496156cc
permissions -rw-r--r--
Merge autoland to mozilla-central
<!DOCTYPE html>
<link rel="help" href="https://www.w3.org/TR/CSS22/visudet.html#abs-replaced-width">
<link rel="match" href="../reference/ref-filled-green-100px-square-only.html">
<p>Test passes if there is a filled green square.</p>
<div style="position: relative;">
  <img style="position: absolute; height: 100px; min-width: max-content; background: green;" src="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'><rect width='100%' height='100%' fill='green'/></svg>">
</div>