| Index: third_party/WebKit/LayoutTests/paint/invalidation/fixed-position-descendant-paint-offset-indirect.html
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/fixed-position-descendant-paint-offset-indirect.html b/third_party/WebKit/LayoutTests/paint/invalidation/fixed-position-descendant-paint-offset-indirect.html
|
| index 5a81fea52a30631f0e64fee0c6efe03bfa53c645..a56661206d8efb604a2fa7fd982d8bf83af82369 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/fixed-position-descendant-paint-offset-indirect.html
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/fixed-position-descendant-paint-offset-indirect.html
|
| @@ -31,6 +31,6 @@ This test passes if the green block stays at the same place after repaint.
|
| <script>
|
| runAfterLayoutAndPaint(function() {
|
| document.getElementById("container").style.top = "100px";
|
| - document.getElementById("block").style.top = "100px";
|
| + document.getElementById("block").style.top = "150px";
|
| }, true);
|
| </script>
|
|
|