Chromium Code Reviews| 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 bec96aba5285bb819e82f237024587d9839faa67..b038ff9088c90841e7470c9e11eaf4884c6b97dc 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 |
| @@ -8,6 +8,9 @@ window.generateMinimumRepaint = false; // See comments about 'Minimum repaint' b |
| if (window.testRunner) |
| testRunner.waitUntilDone(); |
| +if (window.internals) |
|
pdr.
2016/06/08 18:40:01
Do we need to reset this at the end of the test?
Xianzhu
2016/06/08 18:41:24
Layout test runner will reset all settings after r
|
| + internals.settings.setUseDefaultImageInterpolationQuality(true); |
| + |
| function runRepaintTest() |
| { |
| if (!window.testRunner || !window.internals) { |