chromium/third_party/blink/web_tests/paint/invalidation/transform/transform-disable-layoutstate-expected.html

<!DOCTYPE html>
<html>
<body>
    <div id="container" style="width: 500px; transform: translate(50px, 80px)">
      <div style="padding-bottom: 100px; background: silver;">
          <div style="float: right; height: 50px; width: 50px; background: green;"></div>
          <div style="clear: right; border: 4px solid blue;">
                  <div style="height: 10px;" id="target">
                  </div>
          </div>
      </div>
    </div>
</body>
</html>