chromium/third_party/blink/web_tests/external/wpt/css/css-variables/reference/vars-font-shorthand-001-ref.html

<!DOCTYPE html>
<title>CSS Variables 1: Test variables in @font-face, font-family, font shorthand.</title>
<link rel="author" title="Lea Verou" href="mailto:[email protected]">
<style>



div {
    width: 150px;
    height: 150px;
    margin: 10px;
    display: inline-block;
    vertical-align: middle;
    background: green;
    text-align: center;
    color: green;
    overflow: hidden;
}

</style>
<p>Test passes if you see six green squares, and no red.</p>
<div id="d1">X</div>
<div id="d2">X</div>
<div id="d3">X</div>
<div id="d4">X</div>
<div id="d5">X</div>
<div id="d6">X</div>