| Index: third_party/WebKit/LayoutTests/fast/repaint/resources/text-based-repaint.js
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/resources/text-based-repaint.js b/third_party/WebKit/LayoutTests/fast/repaint/resources/text-based-repaint.js
|
| index 30d9f52499d26717aeed0f6b87107f3d25cc233c..a02cfcbc2a8d02ca5de923afe783ad14ba293b6c 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/resources/text-based-repaint.js
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/resources/text-based-repaint.js
|
| @@ -55,9 +55,9 @@ function runRepaintAndPixelTest()
|
| function forceStyleRecalc()
|
| {
|
| if (document.body)
|
| - document.body.offsetTop;
|
| + document.body.clientTop;
|
| else if (document.documentElement)
|
| - document.documentElement.offsetTop;
|
| + document.documentElement.clientTop;
|
| }
|
|
|
| function finishRepaintTest()
|
|
|