8 background-attachment: local;
9 background-image: linear-gradient(black, white);
21 <div id=
"bloat"></div>
23 This test verifies a overflow clip container with background-attachment:local correctly repaints when its overflow changes size without scrolling.
24 <script src=
"../../resources/run-after-layout-and-paint.js"></script>
26 runAfterLayoutAndPaint(function() {
27 document
.getElementById("bloat").style
.top
= "10000px";