Fix N^2 loop when determining paint invalidation rects of nested culled inlines
RenderInline's with culled inline boxes won't have any visual effects, so we can
safely avoid doing the work to walk their entire subtree to determine their paint
invalidation bounds.
BUG=433915
Review URL: https://codereview.chromium.org/813493002
git-svn-id: svn://svn.chromium.org/blink/trunk@187332 bbb929c8-8fbe-4397-9dbb-9b2b20218538
diff --git a/third_party/WebKit/LayoutTests/TestExpectations b/third_party/WebKit/LayoutTests/TestExpectations
index 7e3b224..c82c7fc 100644
--- a/third_party/WebKit/LayoutTests/TestExpectations
+++ b/third_party/WebKit/LayoutTests/TestExpectations
@@ -1206,6 +1206,20 @@
crbug.com/407915 virtual/deferred/inspector/tracing/timeline-event-dispatch.html [ Failure Pass ]
crbug.com/407915 virtual/implsidepainting/inspector/tracing/timeline-event-dispatch.html [ Failure Pass ]
+crbug.com/433915 fast/repaint/line-flow-with-floats-2.html [ NeedsRebaseline ]
+crbug.com/433915 fast/repaint/quotes.html [ NeedsRebaseline ]
+crbug.com/433915 fast/repaint/remove-inline-after-layout.html [ NeedsRebaseline ]
+crbug.com/433915 fast/repaint/line-flow-with-floats-7.html [ NeedsRebaseline ]
+crbug.com/433915 fast/repaint/line-flow-with-floats-5.html [ NeedsRebaseline ]
+crbug.com/433915 fast/repaint/line-flow-with-floats-8.html [ NeedsRebaseline ]
+crbug.com/433915 fast/repaint/line-flow-with-floats-1.html [ NeedsRebaseline ]
+crbug.com/433915 fast/repaint/line-flow-with-floats-3.html [ NeedsRebaseline ]
+crbug.com/433915 [ Linux ] svg/custom/scrolling-embedded-svg-file-image-repaint-problem.html [ NeedsRebaseline ]
+crbug.com/433915 fast/repaint/multicol-with-inline.html [ NeedsRebaseline ]
+crbug.com/433915 fast/repaint/bugzilla-5699.html [ NeedsRebaseline ]
+crbug.com/433915 fast/repaint/line-flow-with-floats-9.html [ NeedsRebaseline ]
+crbug.com/433915 fast/repaint/line-flow-with-floats-10.html [ NeedsRebaseline ]
+
crbug.com/407993 [ Win ] media/encrypted-media/prefixed/encrypted-media-events.html [ Crash Pass ]
#crbug.com/409715 [ Win ] svg/W3C-SVG-1.1/text-intro-04-t.svg [ Crash Pass ]