chromium/third_party/blink/web_tests/ietestcenter/css3/valuesandunits/units-020-expected.htm

<!DOCTYPE html PUBLIC "-//W3C//DTD//XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title>CSS Test: Empty calc() function - Reference</title>
        <link rel="author" title="Codeaurora" href="http://www.codeaurora.org/" />
        <link rel="help" href="http://dev.w3.org/csswg/css3-values/#the-calc-min-and-max-functions"/>
        <style type="text/css">
            div
            {
                background: green;
                height: 100px;
                width: 100px;
            }
        </style>
    </head>
    <body>
        <p>Test passes if there is a green square below.</p>
        <div></div>
    </body>
</html>