| OLD | NEW |
| 1 # Expectations for SlimmingPaintInvalidation feature | 1 # Expectations for SlimmingPaintInvalidation feature |
| 2 | 2 |
| 3 # Rebaselined because of different clipping behavior, sometimes more accurate | 3 # These tests run in virtual/spinvalidation suite. |
| 4 # (e.g. about css clip), sometimes less accurate (e.g. when clip has transforms) | 4 Bug(none) paint/invalidation [ Skip ] |
| 5 # which doesn't matter. | |
| 6 # paint/invalidation/outline-clip-change.html | |
| 7 # paint/invalidation/scroll-in-transformed-layer.html | |
| 8 # paint/invalidation/scroll-with-transformed-parent-layer.html | |
| 9 # paint/invalidation/shift-relative-positioned-container-with-image-addition.htm
l | |
| 10 | |
| 11 # Rebaselined: We use FrameView::x() and FrameView::y() which are integers to | |
| 12 # generate FrameViewpreTranslation, but the old path uses offsets in the layout
tree. | |
| 13 # paint/invalidation/repaint-during-scroll-with-zoom.html | |
| 14 | |
| 15 # Rebaselined because we expand local paint invalidation rect to whole pixels | |
| 16 # before mapping it to backing so it may cover extra pixels causing incremental | |
| 17 # invalidation not applicable. | |
| 18 # paint/invalidation/border-radius-repaint-2.html | |
| 19 # paint/invalidation/flexbox/repaint-rtl-column.html | |
| 20 # paint/invalidation/flexbox/repaint.html | |
| 21 # paint/invalidation/line-flow-with-floats-4.html | |
| 22 # paint/invalidation/line-flow-with-floats-5.html | |
| 23 # paint/invalidation/window-resize-percent-html.html | |
| 24 | |
| 25 # Rebaselined paint/invalidation/svg because we do more accurate pixel snapping | |
| 26 # for SVGRoot instead of enclosingIntRect() on SVGRoot during rect mapping. | |
| 27 | 5 |
| 28 crbug.com/648274 fast/multicol/span/abspos-containing-block-outside-spanner.html
[ Failure ] | 6 crbug.com/648274 fast/multicol/span/abspos-containing-block-outside-spanner.html
[ Failure ] |
| OLD | NEW |