chromium/third_party/blink/web_tests/external/wpt/css/css-sizing/grid-item-image-percentage-min-height-computes-as-0-ref.html

<!DOCTYPE html>
<html>
<head>
<link rel="author" title="Sammy Gill" href="mailto:[email protected]">
<link rel="help" href="https://drafts.csswg.org/css2/#propdef-min-height">
<meta name="assert" content="Image percentage min-height cannot be resolved and used value should be 0">
</head>
<body>
    <img src="/css/support/60x60-green.png">
</body>
</html>