Track SPv2 paint and raster under invalidations in layout tests.
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/5d28b2b610719d4d1c4d1fd7f8a74e8dfeba0d33 commit 5d28b2b610719d4d1c4d1fd7f8a74e8dfeba0d33 Author: wangxianzhu <wangxianzhu@chromium.org> Date: Wed Sep 07 00:41:30 2016 Reland of land Compile under-invalidation checking in all builds (patchset #2 id:300001 of https://codereview.chromium.org/2309193002/ ) Reason for revert: This should be landed to discover under-invalidations. If any test hit this, we should mark the test fail instead of reverting this. The failed test had been marked failure before the revert. Original issue's description: > Revert of Reland Compile under-invalidation checking in all builds (patchset #4 id:60001 of https://codereview.chromium.org/2301303002/ ) > > Reason for revert: > Causing failures on WebKit Mac 10.9: > https://build.chromium.org/p/chromium.webkit/builders/WebKit%20Mac10.9 > > updating-scrolling-container-and-content.html is hitting the new CHECK on > PaintController.cpp:662. It's not clear why this passed on build #36527; all > other builds since this landed failed. > > Original issue's description: > > Reland Compile under-invalidation checking in all builds > > > > This relands https://codereview.chromium.org/2299223002 which was > > reverted because of random pixel under-invalidations. > > > > Now clear the bitmaps before drawing the pictures. > > > > BTW changed the error indication color from solid red to translucent > > magenta to distinguish from the normal red pixels in test results. > > > > > This will let the tests having under-invalidation issues produce the > > > same result on all builds, so enable us to rebaseline the tests with > > > failure results. In this way we can track either regressions and > > > progressions instead of ignoring the tests. > > > > > > BUG=619103 > > > CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 > > > > > > Review-Url: https://codereview.chromium.org/2299223002 > > > Cr-Commit-Position: refs/heads/master@{#416060} > > > > BUG=619103 > > CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 > > R=pdr@chromium.org > > TBR=pdr@chromium.org,wangxianzhu@chromium.org > # Not skipping CQ checks because original CL landed more than 1 days ago. > BUG=619103 > CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 > > Committed: https://crrev.com/df2fd525fcd9ba4346658204ad2dfa62f9c7a807 > Cr-Commit-Position: refs/heads/master@{#416516} TBR=pdr@chromium.org,mgiuca@chromium.org BUG=619103, 644358 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Review-Url: https://codereview.chromium.org/2314103002 Cr-Commit-Position: refs/heads/master@{#416800} [modify] https://crrev.com/5d28b2b610719d4d1c4d1fd7f8a74e8dfeba0d33/third_party/WebKit/LayoutTests/FlagExpectations/enable-slimming-paint-v2 [modify] https://crrev.com/5d28b2b610719d4d1c4d1fd7f8a74e8dfeba0d33/third_party/WebKit/LayoutTests/TestExpectations [modify] https://crrev.com/5d28b2b610719d4d1c4d1fd7f8a74e8dfeba0d33/third_party/WebKit/LayoutTests/compositing/repaint/page-scale-repaint.html [modify] https://crrev.com/5d28b2b610719d4d1c4d1fd7f8a74e8dfeba0d33/third_party/WebKit/LayoutTests/fast/repaint/obscured-background-no-repaint.html [modify] https://crrev.com/5d28b2b610719d4d1c4d1fd7f8a74e8dfeba0d33/third_party/WebKit/LayoutTests/fast/repaint/resources/text-based-repaint.js [modify] https://crrev.com/5d28b2b610719d4d1c4d1fd7f8a74e8dfeba0d33/third_party/WebKit/LayoutTests/fast/repaint/resources/window-resize-repaint.js [modify] https://crrev.com/5d28b2b610719d4d1c4d1fd7f8a74e8dfeba0d33/third_party/WebKit/LayoutTests/resources/run-after-layout-and-paint.js [modify] https://crrev.com/5d28b2b610719d4d1c4d1fd7f8a74e8dfeba0d33/third_party/WebKit/Source/core/paint/BoxPainter.cpp [modify] https://crrev.com/5d28b2b610719d4d1c4d1fd7f8a74e8dfeba0d33/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp [modify] https://crrev.com/5d28b2b610719d4d1c4d1fd7f8a74e8dfeba0d33/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in [modify] https://crrev.com/5d28b2b610719d4d1c4d1fd7f8a74e8dfeba0d33/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp [modify] https://crrev.com/5d28b2b610719d4d1c4d1fd7f8a74e8dfeba0d33/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h [modify] https://crrev.com/5d28b2b610719d4d1c4d1fd7f8a74e8dfeba0d33/third_party/WebKit/Source/platform/graphics/paint/ClipDisplayItem.h [modify] https://crrev.com/5d28b2b610719d4d1c4d1fd7f8a74e8dfeba0d33/third_party/WebKit/Source/platform/graphics/paint/ClipPathDisplayItem.h [modify] https://crrev.com/5d28b2b610719d4d1c4d1fd7f8a74e8dfeba0d33/third_party/WebKit/Source/platform/graphics/paint/CompositingDisplayItem.h [modify] https://crrev.com/5d28b2b610719d4d1c4d1fd7f8a74e8dfeba0d33/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h [modify] https://crrev.com/5d28b2b610719d4d1c4d1fd7f8a74e8dfeba0d33/third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.cpp [modify] https://crrev.com/5d28b2b610719d4d1c4d1fd7f8a74e8dfeba0d33/third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.h [modify] https://crrev.com/5d28b2b610719d4d1c4d1fd7f8a74e8dfeba0d33/third_party/WebKit/Source/platform/graphics/paint/DrawingRecorder.cpp [modify] https://crrev.com/5d28b2b610719d4d1c4d1fd7f8a74e8dfeba0d33/third_party/WebKit/Source/platform/graphics/paint/FilterDisplayItem.h [modify] https://crrev.com/5d28b2b610719d4d1c4d1fd7f8a74e8dfeba0d33/third_party/WebKit/Source/platform/graphics/paint/FloatClipDisplayItem.h [modify] https://crrev.com/5d28b2b610719d4d1c4d1fd7f8a74e8dfeba0d33/third_party/WebKit/Source/platform/graphics/paint/ForeignLayerDisplayItem.cpp [modify] https://crrev.com/5d28b2b610719d4d1c4d1fd7f8a74e8dfeba0d33/third_party/WebKit/Source/platform/graphics/paint/ForeignLayerDisplayItem.h [modify] https://crrev.com/5d28b2b610719d4d1c4d1fd7f8a74e8dfeba0d33/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp [modify] https://crrev.com/5d28b2b610719d4d1c4d1fd7f8a74e8dfeba0d33/third_party/WebKit/Source/platform/graphics/paint/PaintController.h [modify] https://crrev.com/5d28b2b610719d4d1c4d1fd7f8a74e8dfeba0d33/third_party/WebKit/Source/platform/graphics/paint/PaintControllerTest.cpp [modify] https://crrev.com/5d28b2b610719d4d1c4d1fd7f8a74e8dfeba0d33/third_party/WebKit/Source/platform/graphics/paint/ScrollDisplayItem.h [modify] https://crrev.com/5d28b2b610719d4d1c4d1fd7f8a74e8dfeba0d33/third_party/WebKit/Source/platform/graphics/paint/Transform3DDisplayItem.h [modify] https://crrev.com/5d28b2b610719d4d1c4d1fd7f8a74e8dfeba0d33/third_party/WebKit/Source/platform/graphics/paint/TransformDisplayItem.h
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/05f1d2ae71ddb73d9bab16ca5b1c29f1c5bffa71 commit 05f1d2ae71ddb73d9bab16ca5b1c29f1c5bffa71 Author: pdr <pdr@chromium.org> Date: Tue Jan 10 04:43:10 2017 Remove 618 passing tests from FlagExpectations/enable-slimming-paint-v2 BUG= 644358 , 637316 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Review-Url: https://codereview.chromium.org/2621833002 Cr-Commit-Position: refs/heads/master@{#442475} [modify] https://crrev.com/05f1d2ae71ddb73d9bab16ca5b1c29f1c5bffa71/third_party/WebKit/LayoutTests/FlagExpectations/enable-slimming-paint-v2
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/7b84f37f260b17f5f055c15b401fbc6e77ed7c1e commit 7b84f37f260b17f5f055c15b401fbc6e77ed7c1e Author: wangxianzhu <wangxianzhu@chromium.org> Date: Tue May 09 03:47:28 2017 Enable layout tests paint/ for enable-slimming-paint-v2 Next steps: - Reduce test result differences if possible; - Rebaseline tests which produces valid new result; - Fix bugs. BUG= 644358 Review-Url: https://codereview.chromium.org/2850243002 Cr-Commit-Position: refs/heads/master@{#470163} [modify] https://crrev.com/7b84f37f260b17f5f055c15b401fbc6e77ed7c1e/third_party/WebKit/LayoutTests/FlagExpectations/enable-slimming-paint-v2
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/536ac1bf9b09f54680b6f97b8a8a020026413517 commit 536ac1bf9b09f54680b6f97b8a8a020026413517 Author: Xianzhu Wang <wangxianzhu@chromium.org> Date: Thu May 11 17:32:36 2017 [SPv2] Fix layout test crashes about raster invalidation 1. FrameView::SetTracksPaintInvalidations() may be called before FrameView::PrePaint(), so we need to create paint_controller_ if it is null, and check null paint_artifact_compositor_. 2. Previously when an old chunk is deleted, we still kept the tracked raster invalidations. When a new chunk was created at the same address, the new chunk inherited the old trackings. BUG= 644358 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 R=chrishtr@chromium.org Review-Url: https://codereview.chromium.org/2874553002 . Cr-Commit-Position: refs/heads/master@{#470997} [modify] https://crrev.com/536ac1bf9b09f54680b6f97b8a8a020026413517/third_party/WebKit/LayoutTests/FlagExpectations/enable-slimming-paint-v2 [modify] https://crrev.com/536ac1bf9b09f54680b6f97b8a8a020026413517/third_party/WebKit/Source/core/frame/FrameView.cpp [modify] https://crrev.com/536ac1bf9b09f54680b6f97b8a8a020026413517/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/ac1414588aedb11ae6a11223c7c3cca1057a4773 commit ac1414588aedb11ae6a11223c7c3cca1057a4773 Author: wangxianzhu <wangxianzhu@chromium.org> Date: Fri May 12 03:26:07 2017 [SPv2] Renaming and refactor about raster invalidation tracking - Shorten names by removing redundant qualifiers. - Separate the code path for tracking to improve performance of the normal path. BUG= 644358 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Review-Url: https://codereview.chromium.org/2868283003 Cr-Commit-Position: refs/heads/master@{#471207} [modify] https://crrev.com/ac1414588aedb11ae6a11223c7c3cca1057a4773/third_party/WebKit/Source/core/editing/CaretDisplayItemClientTest.cpp [modify] https://crrev.com/ac1414588aedb11ae6a11223c7c3cca1057a4773/third_party/WebKit/Source/core/paint/BoxPaintInvalidatorTest.cpp [modify] https://crrev.com/ac1414588aedb11ae6a11223c7c3cca1057a4773/third_party/WebKit/Source/core/paint/PaintInvalidationTest.cpp [modify] https://crrev.com/ac1414588aedb11ae6a11223c7c3cca1057a4773/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp [modify] https://crrev.com/ac1414588aedb11ae6a11223c7c3cca1057a4773/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp [modify] https://crrev.com/ac1414588aedb11ae6a11223c7c3cca1057a4773/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.h [modify] https://crrev.com/ac1414588aedb11ae6a11223c7c3cca1057a4773/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp [modify] https://crrev.com/ac1414588aedb11ae6a11223c7c3cca1057a4773/third_party/WebKit/Source/platform/graphics/paint/PaintController.h [modify] https://crrev.com/ac1414588aedb11ae6a11223c7c3cca1057a4773/third_party/WebKit/Source/platform/graphics/paint/RasterInvalidationTracking.cpp [modify] https://crrev.com/ac1414588aedb11ae6a11223c7c3cca1057a4773/third_party/WebKit/Source/platform/graphics/paint/RasterInvalidationTracking.h [modify] https://crrev.com/ac1414588aedb11ae6a11223c7c3cca1057a4773/third_party/WebKit/Source/web/tests/VisualViewportTest.cpp [modify] https://crrev.com/ac1414588aedb11ae6a11223c7c3cca1057a4773/third_party/WebKit/Source/web/tests/WebFrameTest.cpp
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/0a9d3c58e9032f9866e171da02bafe9592f76552 commit 0a9d3c58e9032f9866e171da02bafe9592f76552 Author: wangxianzhu <wangxianzhu@chromium.org> Date: Fri May 12 16:06:43 2017 Track client debug names for raster invalidation tracking This reduces differences of layout test results of spv2, and also makes spv2 paint invalidation output more meaningful. BUG= 644358 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Review-Url: https://codereview.chromium.org/2876923002 Cr-Commit-Position: refs/heads/master@{#471322} [modify] https://crrev.com/0a9d3c58e9032f9866e171da02bafe9592f76552/third_party/WebKit/LayoutTests/FlagExpectations/enable-slimming-paint-v2 [modify] https://crrev.com/0a9d3c58e9032f9866e171da02bafe9592f76552/third_party/WebKit/LayoutTests/virtual/spv2/paint/invalidation/margin-expected.txt [modify] https://crrev.com/0a9d3c58e9032f9866e171da02bafe9592f76552/third_party/WebKit/Source/core/editing/CaretDisplayItemClientTest.cpp [modify] https://crrev.com/0a9d3c58e9032f9866e171da02bafe9592f76552/third_party/WebKit/Source/core/frame/FrameView.cpp [modify] https://crrev.com/0a9d3c58e9032f9866e171da02bafe9592f76552/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp [modify] https://crrev.com/0a9d3c58e9032f9866e171da02bafe9592f76552/third_party/WebKit/Source/platform/graphics/paint/PaintController.h
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fdbb38c6094f9cf41267851ca437b5d204d0eb48 commit fdbb38c6094f9cf41267851ca437b5d204d0eb48 Author: Xianzhu Wang <wangxianzhu@chromium.org> Date: Thu May 25 00:40:31 2017 [SPv2] Update test expectations for crbug.com/726041 , 726066 and 644358 Bug: 726041 , 726066 , 644358 Change-Id: Ief87f225dd6fac867c8872cf396501c75d059215 Reviewed-on: https://chromium-review.googlesource.com/514324 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by: Stephen Chenney <schenney@google.com> Reviewed-by: Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#474495} [modify] https://crrev.com/fdbb38c6094f9cf41267851ca437b5d204d0eb48/third_party/WebKit/LayoutTests/FlagExpectations/enable-slimming-paint-v2
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/562876f283093f8facece42cafa3defde3d5e000 commit 562876f283093f8facece42cafa3defde3d5e000 Author: Xianzhu Wang <wangxianzhu@chromium.org> Date: Thu Jun 01 05:53:15 2017 [SPv2] Support incremental raster invalidation When issuing raster invalidation, try to pair clients' old visual rects and new visual rects. If paint invalidation reason is kIncremental, issue raster invalidation for the difference between the old visual rect and new visual rect. BUG= 644358 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I0b4058a24b868b541b222e579ab093f6b6498631 Reviewed-on: https://chromium-review.googlesource.com/513589 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by: Chris harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#476203} [modify] https://crrev.com/562876f283093f8facece42cafa3defde3d5e000/third_party/WebKit/LayoutTests/FlagExpectations/enable-slimming-paint-v2 [modify] https://crrev.com/562876f283093f8facece42cafa3defde3d5e000/third_party/WebKit/Source/core/paint/BoxPaintInvalidator.cpp [modify] https://crrev.com/562876f283093f8facece42cafa3defde3d5e000/third_party/WebKit/Source/core/paint/BoxPaintInvalidator.h [modify] https://crrev.com/562876f283093f8facece42cafa3defde3d5e000/third_party/WebKit/Source/core/paint/BoxPaintInvalidatorTest.cpp [modify] https://crrev.com/562876f283093f8facece42cafa3defde3d5e000/third_party/WebKit/Source/core/paint/PaintInvalidator.h [modify] https://crrev.com/562876f283093f8facece42cafa3defde3d5e000/third_party/WebKit/Source/platform/graphics/paint/DisplayItemClient.h [modify] https://crrev.com/562876f283093f8facece42cafa3defde3d5e000/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp [modify] https://crrev.com/562876f283093f8facece42cafa3defde3d5e000/third_party/WebKit/Source/platform/graphics/paint/PaintController.h [modify] https://crrev.com/562876f283093f8facece42cafa3defde3d5e000/third_party/WebKit/Source/platform/graphics/paint/PaintControllerTest.cpp
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/910d459c02d2f8eac01a6a9dcb9cfc758ee346d2 commit 910d459c02d2f8eac01a6a9dcb9cfc758ee346d2 Author: Xianzhu Wang <wangxianzhu@chromium.org> Date: Wed Jun 14 18:35:37 2017 [SPv2] Fix flaky raster-under-invalidation checking The flakiness was caused by 2 reasons: 1. ContentLayerClientImpl was reused for a different PaintChunk using the same ID as a previously deleted PaintChunk. 2. RasterInvalidationTracking was reused for a different cc::PictureLayer that was allocated at the same address as a previously deleted layer. For 1, use PaintChunk::Matches to match id to PaintChunk. For 2, delete the RasterInvalidationTracking entry in ~ContentLayerClientImpl. BUG= 644358 TEST=no flakiness for https://chromium-review.googlesource.com/c/515884/ Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Ia84a59875876608ad879c580c29637d2dd3ad75e Reviewed-on: https://chromium-review.googlesource.com/534962 Reviewed-by: Chris harrelson <chrishtr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#479451} [modify] https://crrev.com/910d459c02d2f8eac01a6a9dcb9cfc758ee346d2/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp [modify] https://crrev.com/910d459c02d2f8eac01a6a9dcb9cfc758ee346d2/third_party/WebKit/Source/platform/graphics/paint/PaintChunk.h
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/1a987f7523c72fc112f850d5f92649b785ef1919 commit 1a987f7523c72fc112f850d5f92649b785ef1919 Author: Xianzhu Wang <wangxianzhu@chromium.org> Date: Fri Jun 16 05:10:47 2017 [SPv2] Create new baselines for some paint/invalidation tests These tests produce results different from the SPv1 baselines, but the results look valid. The new baselines are created using run-webkit-tests --additional-driver-flag=--enable-slimming-paint-v2 \ --new-flag-specific-baseline <list-of-tests> The baselines are different from SPv1 baselines due to: - Different paint invalidation reasons because of different methods of raster invalidation. For example, background change from nothing to color may result "appeared" for SPv2 instead of "style change". - SPv2 raster invalidation is based on painting results, so we won't issue raster invalidation for objects painting nothing. The rebaseline is conservative. Tests are selected using the following criteria: - the test doesn't have paint or raster under-invalidations; - the test produces no more raster invalidation than SPv1; - the test produces the same layer list as SPv1. Some other tests producing different results may be also valid but the reason of difference is not obvious. After this patch, it'll be easier to look into the remaining failing tests because of smaller number of them. BUG= 644358 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I3b60aae449c4dceec7db4b7932f6ded6478cd7d6 Reviewed-on: https://chromium-review.googlesource.com/515884 Reviewed-by: Chris harrelson <chrishtr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#479955} [modify] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/FlagExpectations/enable-slimming-paint-v2 [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/4776765-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/add-table-overpaint-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/align-items-change-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/align-self-change-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/background-currentColor-repaint-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/background-image-paint-invalidation-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/block-no-inflow-children-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/block-shift-repaint-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/border-outline-0-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/box-inline-resize-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/bugzilla-3509-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/bugzilla-6278-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/bugzilla-6388-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/bugzilla-7235-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/caret-contenteditable-content-after-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/caret-outside-block-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/caret-with-transformation-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/change-text-content-and-background-color-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/change-transform-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/clip-with-layout-delta-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/clipped-relative-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/containing-block-position-change-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/content-into-overflow-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/crbug-371640-2-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/crbug-371640-3-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/crbug-371640-4-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/crbug-371640-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/delete-into-nested-block-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/details-open-repaint-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/dynamic-table-vertical-alignment-change-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/erase-overflow-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/flexbox/scrollbars-changed-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/float-move-during-layout-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/float-overflow-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/float-overflow-right-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/focus-continuations-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/focus-enable-continuations-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/focus-ring-on-inline-continuation-move-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/forms/button-reset-focus-by-mouse-then-keydown-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/forms/range-focus-by-mouse-then-keydown-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/forms/submit-focus-by-mouse-then-keydown-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/gradients-em-stops-repaint-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/hover-pseudo-borders-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/iframe-scrollbar-hover-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/inline-block-resize-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/inline-color-change-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/inline-outline-repaint-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/inline-overflow-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/inline-reflow-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/inline-relative-positioned-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/inline-vertical-lr-overflow-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/inline-vertical-rl-overflow-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/input-overflow-in-table-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/insert-frame-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/intermediate-layout-position-clip-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/intermediate-layout-position-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/invalidate-box-shadow-currentColor-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/invalidate-caret-before-text-node-update-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/japanese-rl-selection-clear-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/layout-state-relative-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/layout-state-scrolloffset-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/layout-state-scrolloffset2-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/line-flow-with-floats-1-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/line-flow-with-floats-10-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/line-flow-with-floats-2-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/line-flow-with-floats-4-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/line-flow-with-floats-6-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/line-flow-with-floats-7-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/line-flow-with-floats-8-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/line-flow-with-floats-9-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/line-in-scrolled-clipped-block-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/line-overflow-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/lines-with-layout-delta-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/list-marker-2-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/make-children-non-inline-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/multi-layout-one-frame-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/multicol-relpos-with-abspos-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/multicol-with-abspos-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/negative-shadow-box-shrink-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/outline-change-invalidation-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/outline-child-repaint-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/outline-clip-change-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/outline-continuations-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/overflow-delete-line-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/overflow-hidden-in-overflow-hidden-scrolled-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/overflow-into-content-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/overflow-scroll-composited-non-stacking-child-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/overflow-show-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/padding-keeping-content-size-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/padding-keeping-visual-size-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/positioned-great-grandparent-change-location-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/positioned-list-offset-change-repaint-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/push-block-with-first-line-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/quotes-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/reflection-repaint-test-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/remove-inline-after-layout-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/remove-inline-block-descendant-of-flex-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/repaint-descandant-on-ancestor-layer-move-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/repaint-during-scroll-with-zoom-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/repaint-table-row-in-composited-document-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/replaced-clipped-positioned-not-wrong-incremental-repainting-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/resize-scrollable-iframe-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/resize-with-border-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/ruby-flipped-blocks-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/scroll-in-clipped-layer-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/scroll-inside-table-cell-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/scroll-relative-table-inside-table-cell-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/scrollbar-invalidation-on-resize-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/scrollbar-invalidation-on-resize-with-border-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/search-field-cancel-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/select-option-background-color-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/selected-replaced-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/selection-change-in-iframe-with-relative-parent-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/selection/invalidation-rect-includes-newline-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/selection/invalidation-rect-includes-newline-for-vertical-lr-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/selection/invalidation-rect-includes-newline-for-vertical-rl-expected.txt [add] https://crrev.com/1a987f7523c72fc112f850d5f92649b785ef1919/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/selection/s
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/736c5bf91fbc66c3910825833ac0f2f37ba2390d commit 736c5bf91fbc66c3910825833ac0f2f37ba2390d Author: Xianzhu Wang <wangxianzhu@chromium.org> Date: Sat Jul 01 19:00:10 2017 [SPv2] Rebaseline some paint/invalidation layout tests for spv2 This is similar to https://chromium-review.googlesource.com/c/515884, using the same criteria. These tests previously actually failed, and are fixed by recent SPv2 changes about raster invalidation. BUG= 644358 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Ifeb230601ed1b3f6a6819293f72cd8a0643c3262 Reviewed-on: https://chromium-review.googlesource.com/557079 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#483914} [modify] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/FlagExpectations/enable-slimming-paint-v2 [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/absolute-position-change-containing-block-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/background-misaligned-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/body-background-image-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/border-radius-repaint-2-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/border-repaint-glitch-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/box-sizing-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/bugzilla-5699-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/bugzilla-6473-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/caret-invalidation-in-overflow-scroll-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/caret-subpixel-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/compositing/text-color-change-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/compositing/text-match-highlight-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/compositing/updating-scrolling-container-and-content-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/compositing/updating-scrolling-container-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/control-clip-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/destroy-overlay-scrollbar-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/destroy-scrollbar-expected.txt [modify] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/details-open-repaint-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/filter-invalidation-after-display-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/flexbox/repaint-rtl-column-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/inline-outline-repaint-2-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/inline-style-change-in-scrolled-view-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/invalidate-invisible-element-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/layer-hide-when-needs-layout-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/layout-state-scrolloffset3-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/layoutstate-invalid-invalidation-inline-relative-positioned-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/line-flow-with-floats-3-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/line-flow-with-floats-5-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/non-text-link-invalidation-optimization-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/overflow-auto-in-overflow-auto-scrolled-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/overflow-hide-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/overflow-scroll-delete-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/overflow-scroll-in-overflow-scroll-scrolled-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/paint-caret-in-div-with-negative-indent-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/position-change-keeping-geometry-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/positioned-document-element-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/relative-margin-change-repaint-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/repaint-resized-overflow-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/requestAnimation-translation-leave-traces-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/resize-iframe-text-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/resize-scrollable-div-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/scroll-in-transformed-layer-expected.png [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/scroll-in-transformed-layer-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/scroll-with-transformed-parent-layer-expected.png [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/scroll-with-transformed-parent-layer-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/scrollbar-damage-and-full-viewport-repaint-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/scrollbar-parts-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/selection-after-delete-expected.png [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/selection-after-delete-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/selection-after-remove-expected.png [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/selection-after-remove-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/selection-partial-invalidation-between-blocks-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/selection-rl-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/selection/invalidation-rect-with-br-includes-newline-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/subpixel-offset-scaled-transform-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/subtree-root-clip-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/subtree-root-skipped-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/svg/add-border-property-on-root-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/svg/animated-path-inside-transformed-html-expected.png [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/svg/animated-path-inside-transformed-html-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/svg/container-repaint-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/svg/deep-dynamic-updates-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/svg/feImage-remove-target-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/svg/hairline-stroke-squarecap-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/svg/inner-svg-change-viewBox-contract-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/svg/inner-svg-change-viewBox-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/svg/js-late-gradient-and-object-creation-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/svg/js-late-marker-and-object-creation-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/svg/js-update-container-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/svg/js-update-stop-linked-gradient-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/svg/nested-embedded-svg-size-changes-no-layout-triggers-1-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/svg/nested-embedded-svg-size-changes-no-layout-triggers-2-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/svg/overflow-repaint-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/svg/relative-sized-image-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/svg/remove-border-property-on-root-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/svg/repaint-moving-svg-and-div-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/svg/shape-transform-change-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/svg/tabgroup-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/svg/text-pattern-update-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/svg/text-repaint-including-stroke-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/svg/text-rescale-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/svg/transform-text-element-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/svg/use-inherit-style-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/svg/window-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/svg/zoom-foreignObject-expected.png [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/table-col-background-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/table-overflow-auto-in-overflow-auto-scrolled-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/table-overflow-scroll-in-overflow-scroll-scrolled-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/table-two-pass-layout-overpaint-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/text-in-relative-positioned-inline-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/textarea-appearance-none-resize-handle-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/textarea-caret-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/transform-absolute-child-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/transform-absolute-in-positioned-container-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/transform-inline-layered-child-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/transform-relative-position-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/transform-translate-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/vertical-align-length1-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/vertical-overflow-child-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/vertical-overflow-parent-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/vertical-overflow-same-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/view-background-from-body-2-expected.txt [add] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/flag-specific/enable-slimming-paint-v2/paint/invalidation/window-resize-media-query-expected.txt [modify] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/paint/invalidation/absolute-position-moved-expected.txt [modify] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/paint/invalidation/absolute-position-moved.html [modify] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/paint/invalidation/background-misaligned-expected.html [modify] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/paint/invalidation/background-misaligned.html [modify] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/paint/invalidation/border-image-outset-add-repaint-expected.html [modify] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/paint/invalidation/border-image-outset-add-repaint.html [modify] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/paint/invalidation/border-image-outset-change-repaint-expected.html [modify] https://crrev.com/736c5bf91fbc66c3910825833ac0f2f37ba2390d/third_party/WebKit/LayoutTests/paint/invalidation/border-image-outset-change-repaint.html
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/5ad45af91bda16f459519631fcf36a6d19998376 commit 5ad45af91bda16f459519631fcf36a6d19998376 Author: Xianzhu Wang <wangxianzhu@chromium.org> Date: Sat Jan 12 01:52:47 2019 [CompositeAfterPaint] Update test expectations and bug numbers Bug: 921194 , 644358 , 920224 , 913955 ,524134 Change-Id: Ia90babd4fe850651d190329b5664ef97f843ee15 Reviewed-on: https://chromium-review.googlesource.com/c/1407692 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#622259} [modify] https://crrev.com/5ad45af91bda16f459519631fcf36a6d19998376/third_party/blink/web_tests/FlagExpectations/enable-blink-features=CompositeAfterPaint
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/b7ba0b11f9469e14cc6a514f97b5b555358fcfe9 commit b7ba0b11f9469e14cc6a514f97b5b555358fcfe9 Author: Xianzhu Wang <wangxianzhu@chromium.org> Date: Thu Jan 17 22:08:03 2019 [CompositeAfterPaint] Fix paint/invalidation/background/full-viewport-repaint-for-background-attachment-fixed.html Whether to invalidate LayoutView's fixed-attachment background should only depend on whether we are painting the background onto the scrolling contents layer. Bug: 644358 Change-Id: Idbe415235d2fc911e90cded978928a37b5f4835a Reviewed-on: https://chromium-review.googlesource.com/c/1418118 Reviewed-by: Philip Rogers <pdr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#623868} [modify] https://crrev.com/b7ba0b11f9469e14cc6a514f97b5b555358fcfe9/third_party/blink/renderer/core/frame/local_frame_view.cc [modify] https://crrev.com/b7ba0b11f9469e14cc6a514f97b5b555358fcfe9/third_party/blink/renderer/core/paint/paint_layer_scrollable_area_test.cc [modify] https://crrev.com/b7ba0b11f9469e14cc6a514f97b5b555358fcfe9/third_party/blink/renderer/core/paint/view_painter_test.cc [modify] https://crrev.com/b7ba0b11f9469e14cc6a514f97b5b555358fcfe9/third_party/blink/web_tests/FlagExpectations/enable-blink-features=CompositeAfterPaint [modify] https://crrev.com/b7ba0b11f9469e14cc6a514f97b5b555358fcfe9/third_party/blink/web_tests/flag-specific/enable-blink-features=CompositeAfterPaint/paint/invalidation/background/full-viewport-repaint-for-background-attachment-fixed-expected.txt
There seems no more other failures.
Comment 1 by bugdroid1@chromium.org, Sep 7 2016
Project Member