chromium/third_party/blink/web_tests/fast/css/cache/matched-properties-cache-partial-match-expected.html

<html>
    <head>
        <style type="text/css">
.button {
    border: 2px solid transparent;
    background: none;
    display: block;
}
        </style>
    </head>
    <body>
        <button class="button">hi</button>
        <button class="button">hi</button>
    </body>
</html>