Disable under-invalidation checking for virtual/slimmingpaint
The flag helped us to discover under-invalidation bugs, but also makes
the tested code execution path not realistic (e.g. canUseCachedDrawing
is always false) and may hide some bugs.
Now that we have checked under-invalidation for all existing tests and
made sure repaint tests are generating correct test expectations,
under-invalidations for existing repaint tests can be discovered by
the test expectations.
BUG=450725, 451606
Review URL: https://codereview.chromium.org/1093363004
git-svn-id: svn://svn.chromium.org/blink/trunk@194185 bbb929c8-8fbe-4397-9dbb-9b2b20218538
diff --git a/third_party/WebKit/LayoutTests/TestExpectations b/third_party/WebKit/LayoutTests/TestExpectations
index 6a926355..e072e22 100644
--- a/third_party/WebKit/LayoutTests/TestExpectations
+++ b/third_party/WebKit/LayoutTests/TestExpectations
@@ -141,6 +141,7 @@
crbug.com/451606 virtual/slimmingpaint/svg/filters/feImage-target-remove-from-document.svg [ Crash Pass ]
crbug.com/451606 virtual/slimmingpaint/svg/filters/feImage-target-style-change.svg [ Crash Pass ]
crbug.com/451606 svg/filters/feImage-self-and-other-referencing.html [ Crash Pass ]
+crbug.com/451606 virtual/slimmingpaint/svg/filters/filter-refresh.svg [ ImageOnlyFailure ]
crbug.com/339118 perf/compositor-touch-hit-rects.html [ Failure Pass ]
crbug.com/339118 fast/events/touch/compositor-touch-hit-rects-scroll.html [ Failure Pass ]