Remove isolatesBlending from render tree dumps
This CL removes the "isolatesBlending" string from render tree dumps. When we compute render tree dumps, this state is not always up-to-date, which means we're getting stale information in the render tree dumps. We don't include other descendant-dependent flags in render tree dumps for this reason. This CL costs us some test coverage, but the appropriate way to regain that test coverage to use reference tests to ensure that the pixels we draw are correctly blended rather than hard-coding internal state from the engine into test results. R=esprehn@chromium.org Review URL: https://codereview.chromium.org/466943002 git-svn-id: svn://svn.chromium.org/blink/trunk@180111 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment