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 # Rebaselined because of different clipping behavior, sometimes more accurate |
4 # (e.g. about css clip), sometimes less accurate (e.g. when clip has transforms) | 4 # (e.g. about css clip), sometimes less accurate (e.g. when clip has transforms) |
5 # which doesn't matter. | 5 # which doesn't matter. |
6 # paint/invalidation/outline-clip-change.html | 6 # paint/invalidation/outline-clip-change.html |
7 # paint/invalidation/scroll-in-transformed-layer.html | 7 # paint/invalidation/scroll-in-transformed-layer.html |
8 # paint/invalidation/scroll-with-transformed-parent-layer.html | 8 # paint/invalidation/scroll-with-transformed-parent-layer.html |
9 # paint/invalidation/shift-relative-positioned-container-with-image-addition.htm
l | 9 # paint/invalidation/shift-relative-positioned-container-with-image-addition.htm
l |
10 | 10 |
11 crbug.com/648274 fast/multicol/span/abspos-containing-block-outside-spanner.html
[ Failure ] | |
12 | |
13 # Missing enclosingIntRect for scale transforms. | |
14 #crbug.com/648769 paint/invalidation/invalidation-with-scale-transform.html [ Fa
ilure ] | |
15 #crbug.com/648769 paint/invalidation/transform-inline-layered-child.html [ Failu
re ] | |
16 #crbug.com/648769 paint/invalidation/transform-layout-repaint.html [ Failure ] | |
17 #crbug.com/648769 fast/sub-pixel/sub-pixel-accumulates-to-layers.html [ Failure
] | |
18 | |
19 # Rebaselined: We use FrameView::x() and FrameView::y() which are integers to | 11 # Rebaselined: We use FrameView::x() and FrameView::y() which are integers to |
20 # generate FrameViewpreTranslation, but the old path uses offsets in the layout
tree. | 12 # generate FrameViewpreTranslation, but the old path uses offsets in the layout
tree. |
21 # paint/invalidation/repaint-during-scroll-with-zoom.html | 13 # paint/invalidation/repaint-during-scroll-with-zoom.html |
22 | 14 |
23 # Rebaselined because we expand local paint invalidation rect to whole pixels | 15 # Rebaselined because we expand local paint invalidation rect to whole pixels |
24 # before mapping it to backing so it may cover extra pixels causing incremental | 16 # before mapping it to backing so it may cover extra pixels causing incremental |
25 # invalidation not applicable. | 17 # invalidation not applicable. |
26 # paint/invalidation/border-radius-repaint-2.html | 18 # paint/invalidation/border-radius-repaint-2.html |
27 # paint/invalidation/flexbox/repaint-rtl-column.html | 19 # paint/invalidation/flexbox/repaint-rtl-column.html |
28 # paint/invalidation/flexbox/repaint.html | 20 # paint/invalidation/flexbox/repaint.html |
29 # paint/invalidation/line-flow-with-floats-4.html | 21 # paint/invalidation/line-flow-with-floats-4.html |
30 # paint/invalidation/line-flow-with-floats-5.html | 22 # paint/invalidation/line-flow-with-floats-5.html |
31 # paint/invalidation/window-resize-percent-html.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 |
| 28 crbug.com/648274 fast/multicol/span/abspos-containing-block-outside-spanner.html
[ Failure ] |
OLD | NEW |