chromium/third_party/blink/web_tests/paint/invalidation/repaint-on-style-change-expected.html

<!DOCTYPE html>
<html>
<head>
    <title>Test for repaint on style change</title>
    <style>
    div {
        background-color: green;
        height: 100px;
        width: 100px;

        position: absolute;
        top: 260px;
        left: 260px;
    }
    </style>
</head>
<body>
    <div id='box'> </div>
</body>
</html>