<!doctype html><metacharset="utf-8"><title>CSS values: min() between pixel and percentage values</title><linkrel="help"href="https://drafts.csswg.org/css-values-4/#comp-func"><linkrel="match"href="reference/200-200-green.html"><linkrel="author"title="Xiaocheng Hu"href="mailto:xiaochengh@chromium.org"><style>html,body{margin:0px;padding:0px;}#parent{width:400px;}#target{width:min(300px,25%+100px,50px+50%);height:200px;background:green;}#fail{width:200px;height:200px;position:absolute;z-index:-1;background:red;}</style><divid=parent><divid=fail></div><divid=target></div></div>