| 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 93ce90de5005a2ddfc7aad27197f6a2ab9cb9cbc..17802e7586d85fb00e79903ace38b3602c0dafcc 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
|
| @@ -9,7 +9,12 @@
|
|
|
| if (window.internals) {
|
| internals.settings.setUseDefaultImageInterpolationQuality(true);
|
| - internals.runtimeFlags.slimmingPaintUnderInvalidationCheckingEnabled = true;
|
| + // TODO(wangxianzhu): Some spv2 tests crash with under-invalidation-checking
|
| + // because the extra display items between Subsequence/EndSubsequence for
|
| + // under-invalidation checking breaks paint chunks. Should fix this when fixing
|
| + // crbug.com/596983.
|
| + if (!internals.runtimeFlags.slimmingPaintV2Enabled)
|
| + internals.runtimeFlags.slimmingPaintUnderInvalidationCheckingEnabled = true;
|
| }
|
|
|
| function runRepaintTest()
|
|
|