[SPv175+] Update some layout tests
- paint/invalidation/flexbox/repaint-opacity-change-expected.html Previously this test changed opacity from 1 to 0.5 then to 1 in the same document cycle and expected full invalidation which didn't happen for SPv175+ because there was no actual opacity change. Now let the test change opacity from 0.5 to 1. - paint/invalidation/invalidate-descendants-when-receiving-paint-layer.html Previously there was no visual change, and no raster invalidation in SPv175+. Now give the objects background to make them visible. - paint/invalidation/media-audio-no-spurious-repaints.html The previous script detecting raster invalidation on VIDEO didn't work for SPv175+ because the VIDEO object itself paints nothing. Now detect raster invalidation of the thumb. Also rebaselined several tests with different but valid result for SPv175. Bug: 771643 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Ic7d4e89d6308086861f905d97598f8a2077c8fd0 Reviewed-on: https://chromium-review.googlesource.com/760671Reviewed-by:Tien-Ren Chen <trchen@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#515393}
Showing
Please register or sign in to comment