| Index: third_party/WebKit/LayoutTests/fast/repaint/fixed-right-bottom-in-page-scale.html
 | 
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/fixed-right-bottom-in-page-scale.html b/third_party/WebKit/LayoutTests/fast/repaint/fixed-right-bottom-in-page-scale.html
 | 
| index 733d2def395ef8aa02ca0bf2672be579d80a0396..680f372768eda017e773750a099910de9e5e294e 100644
 | 
| --- a/third_party/WebKit/LayoutTests/fast/repaint/fixed-right-bottom-in-page-scale.html
 | 
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/fixed-right-bottom-in-page-scale.html
 | 
| @@ -30,7 +30,7 @@
 | 
|      <script src="../../resources/js-test.js"></script>
 | 
|  </head>
 | 
|  <body style="height: 2000px; width: 2000px; margin:0px;" onload="test();">
 | 
| -    <div style="position: fixed; bottom: 100px; right: 100px; z-index: 1">
 | 
| +    <div style="position: fixed; bottom: 400px; right: 500px; z-index: 1">
 | 
|          <div style="left:0; top:0; width:100px; height:100px; position:absolute; background:black;"></div>
 | 
|          <div style="left:100px; top:0; width:100px; height:100px; position:absolute; background:green;"></div>
 | 
|  
 | 
| 
 |