OLD | NEW |
1 # Expectations for slimmingPaintInvalidation feature | 1 # Expectations for slimmingPaintInvalidation feature |
2 | 2 |
3 # Different clipping behavior, sometimes more accurate (e.g. about css clip), | 3 # SlimmingPaintInvalidation has more accurate clipping |
4 # sometimes less accurate (e.g. when clip has transforms). This doesn't matter. | |
5 paint/invalidation/outline-clip-change.html [ NeedsRebaseline ] | 4 paint/invalidation/outline-clip-change.html [ NeedsRebaseline ] |
6 paint/invalidation/scroll-in-transformed-layer.html [ NeedsRebaseline ] | 5 paint/invalidation/scroll-in-transformed-layer.html [ NeedsRebaseline ] |
7 paint/invalidation/scroll-with-transformed-parent-layer.html [ NeedsRebaseline ] | 6 paint/invalidation/scroll-with-transformed-parent-layer.html [ NeedsRebaseline ] |
8 paint/invalidation/shift-relative-positioned-container-with-image-addition.html
[ NeedsRebaseline ] | 7 paint/invalidation/shift-relative-positioned-container-with-image-addition.html
[ NeedsRebaseline ] |
9 | 8 |
10 crbug.com/648769 paint/invalidation/invalidation-with-scale-transform.html [ Fai
lure ] | 9 crbug.com/648769 paint/invalidation/invalidation-with-scale-transform.html [ Fai
lure ] |
11 crbug.com/648769 paint/invalidation/transform-inline-layered-child.html [ Failur
e ] | 10 crbug.com/648769 paint/invalidation/transform-inline-layered-child.html [ Failur
e ] |
12 crbug.com/648769 paint/invalidation/transform-layout-repaint.html [ Failure ] | 11 crbug.com/648769 paint/invalidation/transform-layout-repaint.html [ Failure ] |
13 # This test is also affected by different clipping behavior. | |
14 crbug.com/648769 paint/invalidation/svg/animated-path-inside-transformed-html.xh
tml [ Failure ] | |
15 | 12 |
16 # We use FrameView::x() and FrameView::y() which are integers to generate FrameV
iew | 13 # We use FrameView::x() and FrameView::y() which are integers to generate FrameV
iew |
17 # preTranslation, but the old path uses offsets in the layout tree. Not sure if
it's | 14 # preTranslation, but the old path uses offsets in the layout tree. Not sure if
it's |
18 # a bug of the new path or the old path. | 15 # a bug of new path or the old path. |
19 paint/invalidation/repaint-during-scroll-with-zoom.html [ Failure ] | 16 paint/invalidation/repaint-during-scroll-with-zoom.html [ Failure ] |
20 | 17 |
| 18 # Missing SVG transform enclosingIntRect. |
| 19 crbug.com/651521 paint/invalidation/svg/absolute-sized-document-no-scrollbars.sv
g [ Failure ] |
| 20 crbug.com/651521 paint/invalidation/svg/tabgroup.svg [ Failure ] |
| 21 crbug.com/651521 paint/invalidation/svg/window.svg [ Failure ] |
| 22 crbug.com/651521 paint/invalidation/svg/animated-path-inside-transformed-html.xh
tml [ Failure ] |
| 23 crbug.com/651521 paint/invalidation/svg/js-late-gradient-and-object-creation.svg
[ Failure ] |
| 24 crbug.com/651521 paint/invalidation/svg/js-late-pattern-and-object-creation.svg
[ Failure ] |
| 25 |
21 # Missing SVG hairline stroke padding. | 26 # Missing SVG hairline stroke padding. |
22 crbug.com/651511 paint/invalidation/svg/hairline-stroke-squarecap.svg [ Failure
] | 27 crbug.com/651511 paint/invalidation/svg/hairline-stroke-squarecap.svg [ Failure
] |
23 crbug.com/651511 paint/invalidation/svg/tabgroup.svg [ Failure ] | |
24 crbug.com/651511 paint/invalidation/svg/window.svg [ Failure ] | |
OLD | NEW |